where is the database
Posted by: devil_online (85.138.74.---)
Date: March 14, 2006 06:09PM

when we creat a database whith phpmyadmin, where it is stored. Because i've delete phpmyadmin and put the new version and the database it was still there

Any help?

thanks

Options: ReplyQuote
Re: where is the database
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 15, 2006 04:46AM

Well, where data is stored can be set in the data directory setting for MySQL, but the default is the data directory in the MySQL folder.

C:\XAMP\mysql\data

phpMyAdmin does not store anything, it is just provides a web based interface to administer your MySQL database, without having to be a MySQL pro to use MySQL. MySQL is the actual database, and that is where everything is stored. So, when you removed phpMyAdmin, you were just uninstalling a script, which means you are not losing any data stored in the database.

Options: ReplyQuote


Sorry, only registered users may post in this forum.