Jump to content

MySQL backup


jimfog

Recommended Posts

I am using PHPMyAdmin(along with workbench) as an admin tool for the database. In PHPMyAdmin I use the export feature to backup the database...nonetheless in the MySql manual other methods are mentioned too. Using mysqldump for example. What do you propose as a backup method? Is PHPMyAdmin's method OK? I just want to backup the db because I want to upgrade to 5.7

Link to comment
Share on other sites

Both will be effective. mysqldump can be set up to backup data in interval. Whereas you have to use phpmyadmin manually to backup the data.

  • Like 1
Link to comment
Share on other sites

ok...thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...