This is a discussion on How to import MySQL Dump files? within the Database Support forums, part of the Web Development category; How to import MySQL Dump files?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi.. Try the below steps to import it.. It can be used to dump a database or a collection of databases for backup or transfer to another SQL server shell> mysqldump [options] db_name [tables] shell> mysqldump [options] --databases db_name1 [db_name2 db_name3...] shell> mysqldump [options] --all-databases |
| |||
| Hi, mysqldump command is used for taking backup of the database objects. mysqldump Refer this The question is how to import MySQL Dump files, May be this could help. mysqlimport -u <UserName> -p <Password> <DatabaseName> <File Path>
__________________ -Murali.. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mysql database dump tips and tricks | write2ashokkumar | Database Support | 31 | 12-14-2007 11:54 PM |
| Importing mysql dump file to my Local Server | Murali | Database Support | 1 | 12-12-2007 07:10 AM |
| How do we import or export data in MySql | Jeyaseelansarc | Database Support | 8 | 08-17-2007 07:25 AM |
| How to import foxpro tables into MySQL Databases | priyan | Database Support | 2 | 05-21-2007 07:11 AM |
| mysql dump | JSureshkumar | PHP Programming | 3 | 03-14-2007 04:55 AM |