/ Published in: Bash
Customize -u [user] -p[password] name of table & locaiton of file to import. This goes hand in hand with 'MySQL dump'.
Expand |
Embed | Plain Text
mysql -u [user] -p[password] [table] < /pathtofile/dump.sql
You need to login to post a comment.
