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...
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...