HELP!! MySQL databases accessable to all users??

gadgetsguy

Verified User
Joined
Nov 4, 2005
Messages
111
Location
Montreal, Canada
It was brought to my attention today, that all users on a shared host can access each other's MySQL databases ...

What the _______ is this all about? REALLY??? :mad:

My client was able to take full control of other users' databases via phpmyadmin

Please tell me how do we fix this MASSIVE security breach?

Thanks
Tim
 
Last edited:
I am sure I am not the only person who's concerned about this?

How is it possible, that Client A can truncate or delete any tables they wish from Client B's datbases??
 
Why dont you check your permissions table if you want to know why they can access other databases...this has nothing to do with directadmin at all.
 
Login to phpmyadmin as mysql admin user and go to privileges...then check the privileges of the user to see if they have a global privilege to any database or if they have a privilege to a specific database.
 
I did not see anything wrong, but maybe somebody will. Did you try to login with any not root (not da_admin) account and check, whether you really can get access to others' DBs?
 
Back
Top