Created
November 2, 2018 03:52
-
-
Save marksteve/425fed5cac4aef6beb691e0cd54841ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"DROP DATABASE RAGNAROK" | mysql -u root -p | |
"CREATE DATABASE ragnarok CHARACTER SET utf8 COLLATE utf8_bin;" | mysql -u root -p | |
Get-Content main.sql | mysql -u root -p ragnarok | |
Get-Content logs.sql | mysql -u root -p ragnarok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment