Export mysql dump - Mysql Views : 531
Tagged in : Mysql
0 0
Send mail
To export mysql dum file, you can use following mysql command
Syntax:
mysql -u root -p database-name < D:dump-file-name.sql

Example:
mysql -u root -p conif_new < c:xampphtdocsworld-server-statsconif_new_siteindex.sql
By kalai, On - 2009-07-21



    Login to add Comments .