• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

how to upgrade phpmyadmin , solved

F

fgossart

Guest
After a few hours searching, I found how to change phpmyadmin in plesk.
2.8.2.4 has some bugs with mysql 5.
I have now successfully installed pma 2.9.2
There are some files to modify.
if anyone is really interested I can give you files to modify
 
To install phpmyadmin 2.9 into plesk.
Keep safe your old plesk pma 2.8xx of course.
The phpmyadmin is in
/usr/local/psa/admin/htdocs/domains/databases
I rename first old release PhpMyAdmin as phpmyadmin2_8
then download and extract pma 2.9 there and name it PhpMyAdmin

in libraries sufbolder replace the files
commmon.lib.php
session.inc.php
config.default.php
-in this file you have some values to replace
search the words ***REPLACE WITH OLD VALUE****
you should find 3 times.
look in you old file for pma2.8 and put it your old values.



in scripts folder
create_tables.sql
create_tables_mysql_4_1_2+.sql

I have no problem with mysql 5 now
 
Back
Top