Best way to transfer the database through the hosting of shell , Use the move command If large forum
Type a command base download:
Code:
mysqldump DATABASEUSER -u DATABASENAME -p > /home/USER/public_html/backupday
DATABASEUSER = Username databas
DATABASENAME = name databas
USER = Site username
Open your FTP program and download the public_html folder rule
SQL file will download to your computer.
Then how to lift your new site file the tlent another time, type the following command
Code:
mysql DATABASEUSER -u DATABASENAME -p < /home/USER/backupday.sql
Finished lesson