User login |
MySQL BackupHere's a simple command line example of a backup task for MySQL. mysqldump <DB_NAME> -v -u <MYSQL_USERID> --password=<MYSQL_PASSWORD> > sql_file_name.sql Let's break this down.
If you want to dump all databases under the If you want to do a remote dump of a database, add mysqldump -h <WEB_ADDRESS> <DB_NAME> -v -u <MYSQL_USERID> --password=<MYSQL_PASSWORD> > sql_file_name.sql
For more information using
|
SyndicationWho's onlineThere are currently 0 users and 1 guest online.
Who's new
Help Support This Site |