View Single Post
Old 03-10-2009, 09:38 AM  
HomerSimpson
Too lazy to set a custom title
 
HomerSimpson's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Springfield
Posts: 13,826
there are easier ways to backup/restore database than with phpMyAdmin
for example from root:

Backup database
Code:
mysqldump db_name -r file_name.sql
Import database
Code:
mysql -uUSER -pPASS DB_NAME < FILE.SQL
this is much faster and easier way to backup and specially to restore a database
__________________
Make a bank with Chaturbate - the best selling webcam program
Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:
HomerSimpson is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote