asmith Posted November 22, 2007 Share Posted November 22, 2007 how can i move a table from a database to another? Link to comment https://forums.phpfreaks.com/topic/78391-move-table-mysql/ Share on other sites More sharing options...
anatak Posted November 22, 2007 Share Posted November 22, 2007 do you want to do this with a php script ? if not you should ask this questioni in the MySQL forum instead of the php help forum the easiest way would be to export your database table to a text file and then import it in the new database. give us a little bit more details about what you exactly want to do. anatak Link to comment https://forums.phpfreaks.com/topic/78391-move-table-mysql/#findComment-396679 Share on other sites More sharing options...
asmith Posted November 22, 2007 Author Share Posted November 22, 2007 sorry , i thought as php and mysql comes together usually so i can ask sql questions here too ! i've already submitted another mysql question ! i will have so many tables , some of them will be expire to use everyday , so i wanted to move them to another database called expire tables. Link to comment https://forums.phpfreaks.com/topic/78391-move-table-mysql/#findComment-396686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.