Return to Snippet

Revision: 58263
at July 5, 2012 01:35 by MohamedAlaa


Initial Code
mysql -u username -p -h localhost DATA-BASE-NAME < data.sql

Initial URL
http://www.seniorwebdesigner.com

Initial Description
Run This Command in your Terminal
----------------------------------------
mysql -u **username** -p -h localhost **DATA-BASE-NAME** < data.sql

Initial Title
Import MySQL Dumpfile, SQL Datafile Into My Database

Initial Tags
mysql, file

Initial Language
SQL