Import MySQL Dumpfile, SQL Datafile Into My Database


/ Published in: SQL
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. mysql -u username -p -h localhost DATA-BASE-NAME < DATA.sql

URL: http://www.seniorwebdesigner.com

Report this snippet


Comments


You need to login to view comments.