• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

flush privileges on mysql

R

rmatosplk

Guest
Hello, everyone.

If any customer need for some reason to update some information on mysql and need to run a flush privileges command, how can a customer can do that?

A reseller or an end user can´t do that. how can you guys solve the problem? By restarting mysql when requested? Or is there any automatic procedure?

Thanks and best regards,

Ricardo Matos
Contact Center - Digiweb
www.digiweb.com.br
 
Maybe this is what you're asking for:
mysql_fix_privilege_tables --user=admin --password=`cat /etc/psa/.psa.shadow`

If this is your box with shared hosting clients on it, I would have to say that you will need to run this command yourself as only the mysql root (in plesk is "admin") is allowed to do so....
 
Back
Top