MySql
Wednesday, 4 September 2013
load database from mysql command prompt
This command comes very handy when importing a database
mysql>
create database
new_database;
mysql>use new_database;
mysql>source /tmp/database_35.sql
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment