PDA

View Full Version : Which MySQL database should I use?


Jon Lawrance
06-25-2002, 01:50 PM
I have a new script that requires MySQL as the backend. I am already using one of the databases for a script. How can I check which ones are free? Don't want to overwrite anything!

Thanks,

Jon

dank
06-25-2002, 02:00 PM
If you aren't already using a database administration program, you should definitely give phpMyAdmin a look:

http://www.phpwizard.net/projects/phpMyAdmin/

It will let you view the contents of each database, as well as make it easy to administer them.

Dan