Quote:
Originally Posted by snakes1100
Do a new dump of the DB from ssh
mysqldump --opt -uusername -p dbname > /path/to/save/backup.sql
transfer this new backup file to the new site & import it.
mysql -uusername -p dbname < /path/to/new/sql/backup.sql
|
Im using plesk panel and for export I used this code.
1 - Before I go in to sql -->
2 - And started this code
Code:
mysqldump --opt -Q -u define_yolvt -p define_yolvt > define_yolvt.sql
but didnt export it, after I enter password it is waiting 1 minute and then shows this code and nothing starts
Code:
[root@static-144-52 mysql]#