• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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