MySQL/migration: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< MySQL
Replaced content with "==About== This subpage is about porting data into and out of MySQL databases. There is a choice of tools for doing this. * /phpmyadmin (web-based) * [[/mysqldump]..." Tag: Replaced |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==About== | ==About== | ||
This subpage is 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. | There is a choice of tools for doing this. | ||
* [[ | * [[Beekeeper Studio]], but only the paid versions | ||
* [[/ | * [[/CLI/]]: command-line interface | ||
* [[ | * [[MySQL Workbench]] (GUI utility) | ||
* [[PHPMyAdmin]] (web-based) | |||
==Related Resources== | ==Related Resources== | ||
* [https://sourceforge.net/projects/automysqlbackup/ AutoMySQLBackup] ([https://web.archive.org/web/20081218005549/http://members.lycos.co.uk/wipe_out/automysqlbackup/ origin story]) | * [https://sourceforge.net/projects/automysqlbackup/ AutoMySQLBackup] ([https://web.archive.org/web/20081218005549/http://members.lycos.co.uk/wipe_out/automysqlbackup/ origin story]) | ||
Latest revision as of 01:56, 25 February 2026
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
- CLI: command-line interface
- MySQL Workbench (GUI utility)
- PHPMyAdmin (web-based)
