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
Why do we use polymorphism in php?
Tell me is it possible to remove the html tags from data?
What are the characteristics of php variables?
Are php short tags acceptable to use?
Why do we use php?
What is the use of array_count_values() in php?
Can you specify the "new line" character in single-quoted strings?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What is framework in php for beginners?
How can you pass a variable by reference?
How to initiate a session in php?
Can php replace javascript?
How to call a php function from another php file?
How to protect special characters in query string?
What is strcmp?