Web Hosting Talk







View Full Version : MAJOR mySQL issue / Dreamweaver >>> HELP!


VanHost
10-03-2003, 03:30 AM
Okay folks...I need some serious help BIG TIME. I have been working with mySQL/PHP/Dreamweaver on a server and have come across a glitch.

Once I have setup my database connections, ftp settings and testing server, etc...I goto create a DB connection and when I hit SELECT it should give me a list of SQL databases within my account...right?

Well, what actually happens is...when I hit SELECT, it gives me a listing of EVERY SQL DATABASE ON THE SERVER.

I can not have this happening. Please help!

Thanks.

platinum
10-03-2003, 05:45 AM
What version of cpanel/mysql are you running? I beleive there was a bug somewhere along the line which caused this to happen.

Rich2k
10-03-2003, 06:59 AM
If it's just doing a mysql_list_dbs command to get all DBs then it's very possible it will get all databases on the server.

This is true of phpmyadmin as well, you just won't have permission to VIEW any of the other database other than it's name.

VanHost
10-03-2003, 01:40 PM
Platinum - I am running the same version/builds on all my servers, and this is the only one it is happening to.

Rich2K - I have no idea what command it is running. But I run the same thing with different server information, and I only get the database that is mine showing up.