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 is env in laravel?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
Explain me what is the use of 'print' in php?
How to create connection in php?
What is session and why do we use it?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
What is difference between required and include in php?
What is the difference between include and require?
What is repository in php?
How to set cookies in PHP?
What is php variable?
How do you define a constant?
How to execute a function in php?
Is null in php?
What is the function file_get_contents() usefull for?