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

can the same mysql user access two dbs?

E

endquote

Guest
I have multiple MySQL databases under the same domain. For all but one of them, it makes sense to have a separate user for each. However for one of the databases, I'd like all of the other users to be able to access it. If I try to add these other existing users to that db though, Plesk says I can't because they already exist. Is there any way to make this work?
 
Hi,

This cannot AFAIK be done through the Plesk-panel.

It can of course be achieved on the command-line via 'mysql' program. In this program you can assign rights for a specific user on any database.

Shell-access is necessary of course. For information please check the mysql-site for the GRANT-syntax.

Regards,

Ton
 
Back
Top