![]() |
Db's dumps in seperate files?
How to get a dump of all db's in seprate files?
I want to restore all db's on newly installed server. Can somebody give exact codes to get this done via commandline? |
this is what i use.
mysqldump dbispconfig -u {MYSQLUSER} -p {MYSQLPASSWORD} > /tmp/dbispconfig.sql replace {MYSQLUSER} with username and {MYSQLPASSWORD} with password. Just do the same command for each database. You can also do a dump/backup and restore from phpmyadmin, which is probably easier. |
Or you could do them all at once if you have the root password for mysql
Code:
#!/bin/bash |
| All times are GMT +2. The time now is 06:59. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.