• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved messs after update

jfvdvelden

New Pleskian
Hi 2 all,

today i updated my server. first plesk to the latest version. Ans wen one of my websites (woo commerce) asked for a newer MySQL server i ran the update by the KB of plesk.

now mysql won't start anymore.

My mysqld isn't anymore in /var/init.d/mysqld

and this is installed:

[root@monitor ~]# yum list installed | grep mysql

mysql-community-client.x86_64 5.5.53-2.el6 @mysql55-community

mysql-community-common.x86_64 5.6.34-2.el6 @mysql56-community

mysql-community-libs.x86_64 5.6.34-2.el6 @mysql56-community

mysql-connector-odbc.x86_64 5.3.6-1.el6 @mysql-connectors-community

mysql57-community-release.noarch el6-7 @/mysql57-community-release-el6-7.noarch

mysqlclient16.x86_64 5.1.59-2.el6.art @atomic

php-mysql.x86_64 5.4.45-56.el6.art @atomic

plesk-php54-mysql.x86_64 5.4.45-centos6.16032517 @PLESK_17_PHP54

plesk-php55-mysql.x86_64 5.5.38-centos6.16072212 @PLESK_17_PHP55

plesk-php56-mysql.x86_64 5.6.28-centos6.16111112 @PLESK_17_PHP56

plesk-php70-mysql.x86_64 7.0.13-centos6.16111018 @PLESK_17_PHP70

[root@monitor ~]# yum list installed | grep -i mysql

mysql-community-client.x86_64 5.5.53-2.el6 @mysql55-community

mysql-community-common.x86_64 5.6.34-2.el6 @mysql56-community

mysql-community-libs.x86_64 5.6.34-2.el6 @mysql56-community

mysql-connector-odbc.x86_64 5.3.6-1.el6 @mysql-connectors-community

mysql57-community-release.noarch el6-7 @/mysql57-community-release-el6-7.noarch

mysqlclient16.x86_64 5.1.59-2.el6.art @atomic

perl-DBD-MySQL.x86_64 4.013-3.el6 @base

php-mysql.x86_64 5.4.45-56.el6.art @atomic

plesk-php54-mysql.x86_64 5.4.45-centos6.16032517 @PLESK_17_PHP54

plesk-php55-mysql.x86_64 5.5.38-centos6.16072212 @PLESK_17_PHP55

plesk-php56-mysql.x86_64 5.6.28-centos6.16111112 @PLESK_17_PHP56

plesk-php70-mysql.x86_64 7.0.13-centos6.16111018 @PLESK_17_PHP70
 
Hi jfvdvelden,

i ran the update by the KB of plesk.
... Could you pls. provide the information, WHICH KB - article you are referring to?

# yum list installed | grep -i mysql

mysql-community-client.x86_64 5.5.53-2.el6 @mysql55-community

mysql-community-common.x86_64 5.6.34-2.el6 @mysql56-community

mysql-community-libs.x86_64 5.6.34-2.el6 @mysql56-community

mysql-connector-odbc.x86_64 5.3.6-1.el6 @mysql-connectors-community

mysql57-community-release.noarch el6-7 @/mysql57-community-release-el6-7.noarch

mysqlclient16.x86_64 5.1.59-2.el6.art @atomic
...

You seem to mess up your packages here. Pls. try to follow STEP-BY-STEP the suggestions from for example:

 
got mysql working again but stil got problems

mysqladmin -u root -p status

Enter password:

Uptime: 10405 Threads: 1 Questions: 2072 Slow queries: 0 Opens: 1314 Flush tables: 1 Open tables: 1169 Queries per second avg: 0.199
 
[root@monitor ~]# tail -f /var/log/mysqld.log

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'accounts' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'hosts' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'socket_instances' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'socket_summary_by_instance' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'socket_summary_by_event_name' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'session_connect_attrs' has the wrong structure

2016-11-18 09:13:10 27929 [ERROR] Native table 'performance_schema'.'session_account_connect_attrs' has the wrong structure

2016-11-18 09:13:10 27929 [Note] Event Scheduler: Loaded 0 events

2016-11-18 09:13:10 27929 [Note] /usr/sbin/mysqld: ready for connections.

Version: '5.6.34' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL)
 
Back
Top