• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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