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

Database error after update from 9 to 10

N

Nabilk

Guest
after updating plesk to 10, none of the site can connect to the MySQL database.
when i login to webadmin this error shows
"Your PHP MySQL library version 5.0.90 differs from your MySQL server version 5.1.49. This may cause unpredictable behavior"
and
"The additional features for working with linked tables have been deactivated. To find out why click here."
when i click here it shows me

$cfg['Servers'][$i]['pmadb'] ... OK
$cfg['Servers'][$i]['relation'] ... OK
General relation features: Enabled

$cfg['Servers'][$i]['table_info'] ... OK
Display Features: Enabled

$cfg['Servers'][$i]['table_coords'] ... OK
$cfg['Servers'][$i]['pdf_pages'] ... OK
Creation of PDFs: Enabled

$cfg['Servers'][$i]['column_info'] ... OK
Displaying Column Comments: Enabled
Browser transformation: Enabled

$cfg['Servers'][$i]['bookmarktable'] ... OK
Bookmarked SQL query: Enabled

$cfg['Servers'][$i]['history'] ... OK
SQL history: Enabled

$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled

$cfg['Servers'][$i]['tracking'] ... OK
Tracking: Enabled

the $cfg['Servers'][$i]['designer_coords'] ... not OK

how can i fix this?


System info :
General
CPU AuthenticAMD, AMD Athlon(tm) 64 Processor 3800+
Version Parallels Plesk Panel v10.0.1_build109101029.18 os_CentOS 5
OS Linux 2.6.18-194.11.1.el5
Memory 3.83 GB
 
This warning is caused by the fact that version of mysql and mysqlclient installed on the server does not match. You can check it with

rpm -qa | grep mysql

and compare versions of mysqlclient and mysql. It is recommended that you upgrade mysqlclient to version 5.1.49 or downgrade mysql to version 5.0.90.
 
Contact support team if you are not familiar with Linux rpm package system.
 
Back
Top