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
How to count all the lines of code in a directory and sub folder?
Can we use onclick in submit button?
where do we use htaccess?
Write a program to find a string is palindrome or not?
How does php work?
What is the difference between Session and Cookie?
What is super () python?
What is difference between post and put in rest?
Is php front end?
Is gender a dependent variable?
How is it possible to know the number of rows returned in the result set?
Where is session value stored php?
What is mvc? Why its been used?
Is php faster than python?
How to insert an new array element in array?