• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Side-effect of update to Plesk 11: mysqlcheck won't run using admin user

SacAutos

Regular Pleskian
I have a VM at a hosting provider that unfortunately freezes now and then. When I does, I log into their server admin panel, reboot the VM and log in via the command line and use mysqlcheck to repair the database tables of a couple of touchy customer sites.

However, since the upgrade to Plesk 11, I can't do that any more using a command like this:

mysqlcheck -uadmin -p customer_db --auto_repair

where my password was the admin panel password. Now I have to use the specific database username and password. Not a large deal but I hate having to create a shell command file and leave it someplace where it could be found.

Does this have anything to do with that security question after the 10 to 11 upgrade? I went for that...
 
It was "enhanced security mode"

That was the irrevocable question that I answered. Does anyone know if this "enhanced security mode" might have anything to do with my question?
 
Use direcctly the cat /etc/psa/.psa.shadow password encrypted, not in clear and will work.
 
Back
Top