how to take mysql database backup?



how to take mysql database backup?..

Answer / Bhumika Kansal

To create a MySQL database backup, you can use the 'mysqldump' command. Here is an example of how to do it: `mysqldump -u [username] -p[password] [database_name] > backup.sql`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What happens if you no create privilege in a database?

1 Answers  


What is mysql community edition?

1 Answers  


How do you name a table?

1 Answers  


How to validate email addresses in mysql?

1 Answers  


What is processlist in mysql?

1 Answers  


How to print message in mysql trigger?

1 Answers  


What is blob and clob?

1 Answers  


How to Change a users password from unix shell.

0 Answers  


How to use regular expression in pattern match conditions?

1 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

1 Answers  


What are the different mysql database engines?

1 Answers  


How to return query output in html format?

1 Answers  


Categories