Click here to Skip to main content
15,911,848 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to backup database using MySQL Command Line Client?
Posted
Comments
Ankur\m/ 30-Jul-13 4:15am    
Google?

Hello,

Please have a look at this documentation[^]. Following methods are described on that link.

  • Making a Hot Backup with MySQL Enterprise Backup
  • Making Backups with mysqldump or mysqlhotcopy
  • Making Backups by Copying Table Files
  • Making Delimited-Text File Backups - Done using SQL Command
    SQL
    SELECT * INTO OUTFILE 'file_name' FROM tbl_name.

For you fourth method is suitable.

Regards,
 
Share this answer
 
Hi, See this link:

How To: Back Up MySQL Databases From The Command Line[^]

Hope it helps! :)
 
Share this answer
 
check this out am not sure about this
click here O_O
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900