|
|
|
|
|
|
|
![]() |
#1 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
I don't use PhpMyAdmin for dumps and restores.
I log into my server to open up a shell to my server. To Dump Code:
/usr/bin/mysqldump -u'DATABASENAME' -p'DATABASEPASSORD' --opt 'DATABASENAME' > /PATHTO To Restore Code:
mysql -u 'DATABASENAME' -p 'DATABASENAME' < /PATHTODUMP |
![]() |
![]() |
![]() |
|
|