IT/Software/Database Applications/mysql command line/mysqldump: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
##Dump to another Database on another server | ##Dump to another Database on another server | ||
==Dumping To a Remote Host | ==Dumping To a Remote Host== |
Revision as of 16:50, 6 February 2020
Options
- You can do this from phpMyAdmin or other gui based apps.
- See the Applications page for this.
- You can perform the dump to various resources.
- Dump to a text file.
- Dump to a zipped file
- Dump to another database
- Dump to another Database on another server