Hello,
could it be that we the save the admin password in clear text into the config file of MySQL:
$cfg['Servers'][$i]['password'] = 'myPW';
I mean if someone steals the MySQL folder he can do what ever he wants with these data.
Is there a way you can have a password for MySQL like we have with RDP which is only working on the machine where you created the password.
It seems to me very difficult to protect against download if someone is able to get access to the machine.
Thank you for your help
Otto