• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ART MySQL 4.1 and default grants on PSA 8

H

Hostasaurus@

Guest
Hello everyone; I've upgraded a few RHEL 3 / PSA 8.0.1 servers from mysql 3 to ART's mysql 4.1 and since that time, all new users created via psa are given the grant:

GRANT SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES ON *.*

This of course is a bad thing because it lets any user create a mysql user that can see the names of all the databases on the server. PSA 8.0.1 on RHEL 4 where mysql 4.1 is standard are just given the default permission of:

GRANT USAGE ON *.*

Is this an issue with the art mysql 4.1, psa 8 on RHEL 3 or something else?

Thanks!
 
Back
Top