Jump to content

Can I use my existing databases with phpMyAdmin?


Guest convention

Recommended Posts

Guest convention
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!
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.