Guest convention Posted October 19, 2006 Share Posted October 19, 2006 Recently, I've been using the MySQL monitor to manage my databases. But I've used phpMyAdmin before, and I prefer that more. The problem is, since I have existing databases that I've created with the monitor, would there be any way to 'transfer' them to phpMyAdmin?Also, after I transfer my databases to phpMyAdmin, is it possible to delete the old ones created the monitor? Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/24394-can-i-use-my-existing-databases-with-phpmyadmin/ Share on other sites More sharing options...
akitchin Posted October 19, 2006 Share Posted October 19, 2006 a breakdown of MySQL: the server itself stores databases and tables. all the monitor does is access those stored databases and tables, and lets you add/edit/remove. phpMyAdmin is like the monitor in this regard, and does not actually have its own database/table storage system. everything is external to the actual server which stores the dbs.that being said, you can install phpMyAdmin and you should see everything that's currently on the server. you can then use phpMyAdmin from that point onward. Quote Link to comment https://forums.phpfreaks.com/topic/24394-can-i-use-my-existing-databases-with-phpmyadmin/#findComment-111012 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.