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
Explain what is the use of "echo" in php?
Explain Creating and Naming an Array?
Is php dying 2018?
explain php variable length argument function.
what is session_set_save_handler in PHP?
What is the correct php command to use to catch any error messages within the code?
What does php exit do?
How is it possible to set an infinite execution time for php script?
Explain the types of functions for Splitting String?
What is session_start () in php?
Is json a string php?
What is the meaning of a final class and a final method?
Explain the purpose of output buffering in php.
Tell me how to find the length of a string?
Explain how we can get the number of elements in an array?