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
How can you upload a file using php?
What is the importance of parser in php?
How do I get csrf token?
What is in php 7?
What is difference between compile time and run time polymorphism?
Is array a key php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is beforeRender() used?
Explain include(), include_once, require() and require_once?
Which will start a session?
What is the actually used php version?
What is the use of inner join in mysql?
What is php static function?
Php code to find whether a number armstrong or not?
What is psr in php?