![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redhat linux command to check Version | bache_gowda | UNIX for Dummies Questions & Answers | 1 | 03-22-2007 10:09 PM |
| Loading values into a MYSQL database | kshelluser | Shell Programming and Scripting | 2 | 12-05-2006 10:10 AM |
| command(s) to find size of mysql database? | sbourgeois | UNIX for Dummies Questions & Answers | 4 | 06-11-2006 09:40 PM |
| mysql installation error using redhat 7.2 | theDirtiest | UNIX for Dummies Questions & Answers | 6 | 11-15-2001 11:41 AM |
| mysql in redhat | gparsons70 | UNIX for Dummies Questions & Answers | 13 | 10-31-2001 02:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
MYSQL command to take a backup of the database in Redhat linux 7.2
I am new to mysql database ,
we have a mysql database running on linux , and we use mysql database for bugzilla, so we wanted to take a backup . what is the command for taking the entire database backup from the command prompt with all options. Thanks in advance Bache Gowda |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
I userd the command to take backup us mysqldump -A -p --password=***** >back.sql backup.sql file created but file having lot of junk character. How to make sure? Bache Gowda |