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

plesk 11.5.phpmyadmin issue

翌å

New Pleskian
Hi all,
i have issue about the users access their own database with phpmyadmin ,here is issue example,


SELECT `tables`
FROM `phpmyadmin_6m3SZg59MXll`.`pma_recent`
WHERE `username` = 'wpdb'
#1142 - SELECT command denied to user 'wpdb'@'localhost' for table 'pma_recent'
would you please help me ? or how to reinstall phpmyadmin in plesk?
thank you.
 
Make sure that you really have database phpmyadmin_6m3SZg59MXll there:

mysql> show databases like '%phpmy%';
 
Back
Top