If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > fastest way to import backup db

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-07, 23:26
homer.j.simpson homer.j.simpson is offline
Registered User
 
Join Date: May 2007
Posts: 2
fastest way to import backup db

I have exported mysql database file which is over 100mb and wants to import back. I've tried BIG DUMP and it takes forever. I've also tried import command of phymyadmin but got this error - "Fatal Error: Maxiumum execution time of 300 seconds exceeded". Can anyone tell me the fastest way to import back.
P.S I'm trying this on local host and I'm also server admin.

Apache : 2.2.4
Mysql : 5.0.4.1
Php : 4.4.7
Windows Xp SP2
Reply With Quote
  #2 (permalink)  
Old 06-01-07, 03:52
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
Use the command line (shell login)

mysql -u [username] -p [databasename] > [backupfile.sql]

n.b. got my > syntax the wront way round first time. changed now.

Last edited by aschk; 06-04-07 at 03:50.
Reply With Quote
  #3 (permalink)  
Old 06-04-07, 01:29
abhijeetclarion abhijeetclarion is offline
Registered User
 
Join Date: May 2007
Posts: 5
Hi Homer,

Check out these links on the official MySQL documentation. These links provide detailed instructions on Backup and Restoring database.

http://dev.mysql.com/doc/refman/5.0/en/mysql.html

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html
Reply With Quote
  #4 (permalink)  
Old 06-04-07, 10:18
homer.j.simpson homer.j.simpson is offline
Registered User
 
Join Date: May 2007
Posts: 2
Thanks guys
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On