Skip to content

Instantly share code, notes, and snippets.

@marksteve
Created November 2, 2018 03:52
Show Gist options
  • Save marksteve/425fed5cac4aef6beb691e0cd54841ab to your computer and use it in GitHub Desktop.
Save marksteve/425fed5cac4aef6beb691e0cd54841ab to your computer and use it in GitHub Desktop.
"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