phpmyadmin seeing all databases

RackSystems

Verified User
Joined
Oct 4, 2004
Messages
50
Location
Deventer, The Netherlands
When i look in phpmyadmin i can see all the databases also from other users i cant look in them but i see a list in the menu. This is since i did ./build update ./build all how can i set this off?
 
customapache has no affect on MySQL's operation that I know of.

Who are you logging in as? Can all user MySQl accounts see all other users databases?
 
Does the same apply when using MySQL through ssh using show databases; ?
If it does, it would seem to indicate a problem with MySQL's permissions and not specificaly phpMyAdmin.
If that's the case, login to phpmyadmin as root or da_admin, and make sure that each user only has privileges over his own databases.

I am not aware of anything in phpmyadmin that could cause this, but if the above is not true, and it is only a problem with phpMyAdmin, you might try reinstalling it being sure to use the configuration script DirectAdmin provides.
 
Back
Top