MySql
Showing posts with label
source
.
Show all posts
Showing posts with label
source
.
Show all posts
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
Home
Subscribe to:
Posts (Atom)