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

MU37 phpMyAdmin errors

M-Ruiter

New Pleskian
Hello,

After MU37 the phpmyadmin is broken. It shows some info but Always comes with an error like :

SELECT `tables`
FROM `phpmyadmin_Co30qaqEc7d5`.`@@PMA_RECENT@@`
WHERE `username` = 'admin'

#1146 - Table 'phpmyadmin_Co30qaqEc7d5.@@PMA_RECENT@@' doesn't exist

When i hit the more info button i get :

$cfg['Servers'][$i]['recent'] ... Not OK
Persistente recent used tables: Turned Off

$cfg['Servers'][$i]['table_uiprefs'] ... Niet goed [ Documentatie ]
Persistente interfacevoorkeuren for tables: Turned Off



Anybody got the same problem with MU37 and found a sollution ?
 
same issue

using Plesk 11.0.9 and getting this issue once opening phpmyadmin

SELECT `tables`
FROM `phpmyadmin_************`.`@@PMA_RECENT@@`
WHERE `username` = 'admin'
 
Solution

Parallells support fixed the problem for me.
They mentioned the kb article they used.

See here the response after it was fixed:

I am glad to inform you that the issue is fixed. Now "phpMyAdmin" is loading fine.

In order to fix the issue, I performed the steps mentioned in the KB link given below:

++++
http://kb.parallels.com/114393
++++
 
Yes, there was problem when bootstrapper brokes phpmyadmin. This behaviour will be fixed in MU#38.
 
Back
Top