Skip to content

Instantly share code, notes, and snippets.

@ozh
Created May 22, 2020 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozh/aea78478175ecaa34af4d0a9b5919e3a to your computer and use it in GitHub Desktop.
Save ozh/aea78478175ecaa34af4d0a9b5919e3a to your computer and use it in GitHub Desktop.
import DB with MySQL in XAMP
  • create DB (eg yourls_ozhin)
  • in CMD.exe (not the bash shell) :
d:\online\xampp7\mysql\bin\mysql.exe -u root -p yourls_ozhin < path/to/ozh_ozhin.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment