| Linux CLI: Copy MySQL Database |
|
|
|
| Tech Notes - Linux |
| Written by Rick |
| Tuesday, 06 April 2010 11:57 |
|
There is no command in MySQL to copy a database. One method to copy a database is as follows;
(See Linux CLI: MySQL Database Backup & Restore article for mysqldump usage). Alternatively, phpMyAdmin can be used for small databases. More often-than-not, databases exceed size limits imposed by phpMyAdmin forcing CLI use or another method. |





