How can we take a backup of a mysql table and how can we
restore it. ?
Answer Posted / vamsi krishna varma
Using XAMPP(its a package which include Apache Web
Server,Mysql Database to support a PHP file execution) we
have PHPMyAdmin tool which has Import,Export Option through
which we can create a backup of entire Database or an
individual table (Using Export Option) or we can also
include already existing backup in to our current database
(Using Import option).
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What should be the length of variable for SHA256?
What is the difference between implode() and explode() in php?
What is the difference between require and include in php?
How long is session timeout?
Which php framework is best for beginners?
What is put method in php?
Name some of the popular frameworks in php.
What are headers in php?
How php statement is different from php script?
What is a php class?
What are the ways to include file in php?
What are escaping characters? Explain with an example?
What is properties of class?
Can php variables have numbers?
What is the difference between php 5 and php 7?