How can we take a backup of a mysql table and how can we
restore it. ?
Answer Posted / esorimer
mysqldump dbname tablename > backup.sql
mysql dbname < backup.sql
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is beforeRender() used?
What is the importance of "method" attribute in a html form?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
Explain me what is the importance of "method" attribute in a html form?
How to find current date and time?
Which php function will attach one file to another?
Is it easy to learn php?
How to make horizonatl menu and vertical menu responsive
How to replace a text in a string with another text in php?
Is multilevel inheritance possible in php?
Tell me how the result set of mysql be handled in php?
How do I escape data before storing it into the database?
What is $row in php?
What is use of preg_replace in php?
What is the use of dual table in mysql?