Desertwar Posted February 22, 2006 Share Posted February 22, 2006 Does anyone know how to transfer the contents from one MySql database to another on the same server? I use Cpanel with Cron. Link to comment https://forums.phpfreaks.com/topic/3521-transfering-mysql-databases/ Share on other sites More sharing options...
fenway Posted February 22, 2006 Share Posted February 22, 2006 Assuming you have access to the box itself, just copy over the MYI/MYD files after creating the new database. Otherwise, mysqldump out and use the command-line to read the whole thing in again. Link to comment https://forums.phpfreaks.com/topic/3521-transfering-mysql-databases/#findComment-12118 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.