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


Please Help Members By Posting Answers For Below Questions

What is a simple php method to make a cross domain data request?

520


What is the use of return in php?

489


Is java is better than php?

549


How to create a directory?

615


Tell me how to execute an sql query? How to fetch its result?

493






What is nan value?

506


How many ways to include variables in double-quoted strings in php?

549


How to create connection in php?

523


What is the use of hooks?

531


How is the comparison of objects done in php?

517


Why do we use polymorphism in php?

541


What is the use of @ in php?

544


How cookies are transported from browsers to servers?

494


How do you trim spaces in excel?

512


How can you create a session in php?

527