Wordpress Backup-MYSQL commands
If you would like to backup large database phyMyAdmin can not handle large database so best by using straight MySQL commands to backup your data. Here are the steps;phpMyAdmin can not handle large databases so using straight MySQL code will help.
1. Change your directory to the directory you want to load things to:
user@linux:~> cd files/blog
2. [...]

