• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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