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 are the differences between GET and POST methods?
What is composer json?
What are different types of Print Functions available in PHP?
Are react hooks stable?
Is multiple inheritance supported in php?
Explain me is multiple inheritance supported in php?
What is meant by public, private, protected, static and final scopes?
How do sessions work in php?
What is the use of namespace in php?
What is the difference between get and post in php?
Do you know what are traits?
How many types of array are there in php?
Whether php supports microsoft sql server?
What is the use of preg_match in php?
Why is php used for web development?