justinh Posted January 23, 2009 Share Posted January 23, 2009 What would be the best way to bring a mysql database hosted on a localhost, to a web server? Sorry for not posting this in the MYSQL thread, it doesn't get viewed as much as this does.. and I'm at the office till i get this done. Hope you understand. Link to comment https://forums.phpfreaks.com/topic/142068-mysql-question/ Share on other sites More sharing options...
aeonsky Posted January 23, 2009 Share Posted January 23, 2009 http://phpminadmin.sourceforge.net/ Use the dump command for localhost. Then import using the same tool to your server. Link to comment https://forums.phpfreaks.com/topic/142068-mysql-question/#findComment-744008 Share on other sites More sharing options...
justinh Posted January 23, 2009 Author Share Posted January 23, 2009 Im using phpmyadmin, you know if phpmyadmin has a feature similiar to that? Link to comment https://forums.phpfreaks.com/topic/142068-mysql-question/#findComment-744009 Share on other sites More sharing options...
aeonsky Posted January 23, 2009 Share Posted January 23, 2009 It does. Click on your database on the left menu. Then at the top, it will have an "Export" tab. Click it, self-explanatory from there. The "Import" tab is right next to it. Link to comment https://forums.phpfreaks.com/topic/142068-mysql-question/#findComment-744010 Share on other sites More sharing options...
justinh Posted January 23, 2009 Author Share Posted January 23, 2009 Thanks aeonsky you da man! ( or woman..!) =) Link to comment https://forums.phpfreaks.com/topic/142068-mysql-question/#findComment-744011 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.