Wednesday, December 28, 2016
Restore MySQL Data using command line in Windows
The is the example:
E:\MySQL\bin>mysql -u [username] -p
Then, enter [username] password.
mysql> use [schema]
mysql> source [db_file]
*db_file = .dump / .sql file
Labels:
MySQL
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment