How to stop a client to access my databases if he uploads his own PHPMyAdmin in his website.
We have a IIS server where user uploads there website through FTP and suddenly one user upload his project and in his directory we found PHPMyAdmin folder too so from that position he can access our all databases.
Answer
Just because he installs PHPMyAdmin doesn’t mean he can access all your databases. He still can only access his own databases (the one on your MySQL database where he has access credentials for and possibly remote ones on other machines).
Attribution
Source : Link , Question Author : Prince , Answer Author : Sven