Backup creation in mysql using php script

By | February 14, 2014

SQL select command will do backup operation. Table wise we can take back up for taking backup of each table we need to execute select query each time and store the details into a text file.

using the select into query we can execute the back up operation of a table

Example
——-

Note:In the phymyaadmin you can use the manual backup operaiton using Export and database restore using import statement.