HI All, mysqldump is a very handy and useful command for keeping backup of your Db or to migrate them to another server.
lets see how can we use it in different way ..
- To take a backup of data from mysqlserver itsself
- To take dump from remote server where i have access.
- To take dump from remote server but with only selected tables where i have access.
- Resorting back dump to local mysqlserver
- Resorting back dump to remote mysqlserver
Happy Coding …. :)