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
Define object-oriented methodology?
How to find datatype of variable in php?
What are the new features available in php 7?
Is wordpress a php framework?
What are the advantages of oops in php?
What is difference between include and include_once in php?
What are php loops?
What is difference between static and final in php?
Is empty check in php?
i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
What is difference between static and constant?
Explain what does the expression exception::__tostring means?
How come the code works, but does not for two-dimensional array of mine?
What is data type in php?
Difference between $message vs. $$Message in php.