|
||||||
| Linux Web Server Web Server help and support (including cpanel, whm, plesk, etc.) |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Is it possible to dump all MySQL databases into a SQL file so I can move the databases to a new MySQL server? I've been doing it 1x1 but realized there are some databases that I may miss (like the horde database).
|
| Sponsored Links |
|
||||
|
This is possible, I had to look in the manual and found it here:
MySQL :: MySQL 5.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program You can dump all databases by doing: Code:
# mysqldump [options] --all-databases Code:
# mysqldump -u root -p --all-databases > all_dbs.sql Code:
# mysqldump [options] --databases db_name1 [db_name2 db_name3...] Code:
# mysqldump -u SomeUser -p --databases mydb1 mydb2 mydb3 > myDbs.sql |
|
|||
|
yeah!.. he is the god of this forum and is very talented person..
i love him just anyways.. Hey Jordon.. I would too like to know something but about the installation of programs in linux as I am just new in linux as I was using Windows previously and just confused about everywhere.. I am using ubuntu..Can you please tell me where I can get main programs like media players. for linux the basic things?? ____________________ corporate awards thermaclear |
| Sponsored Links |
![]() |
| Tags |
| database, dump, mysql |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable MySQL 3306 port | Prog | Linux Networking | 4 | 09-24-2008 01:16 PM |
| Increase connections to MySQL | Wanch | Linux Web Server | 4 | 05-16-2008 06:21 PM |
| MySQL Version | Tor | Linux Applications | 9 | 02-22-2008 07:23 AM |
| MySQL Root Password | Prog | Linux Applications | 1 | 10-08-2007 08:38 PM |
| .SQL into MySQL | Lop | Linux Applications | 3 | 08-14-2007 07:01 PM |