MySQL/migration
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< MySQL
About
This subpage is about migrating data between MySQL databases, i.e. backing up data to independent files, and restoring the data from those files back into a database
There is a choice of tools for doing this.
- Beekeeper Studio, but only the paid versions
- mysqldump (command-line)
- MySQL Workbench (GUI utility)
- PHPMyAdmin (web-based)
- obsolete:
- MySQL Admin (GUI utility) - this has been replaced by MySQL Workbench
