How do I use MySQL dump?

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
copy the dump file into mysql directory and execute this command

mysqlimport db_name dumpfile

there:
db_name - name you database
dumpfile - file what contain dump
 
Back
Top