mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
/usr/libexec/mysqld: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib64/libstdc++.so.6)
Starting MySql server with service mysqld start shows me this error.
How can i fix it? Tried to run a yum update, and yum reinstall glib* but nothing...
OS: CentOs 6.7 x64
Only today is not working, till yesterday worked great.
Name : mysql
Arch : x86_64
Version : 5.1.73
Release : 5.el6_6
Size : 894 k
Repo : base
Summary : MySQL client programs and shared libraries
URL : http://www.mysql.com
License : GPLv2 with exceptions
yum info mysql-server
Name : mysql-server
Arch : x86_64
Version : 5.1.73
Release : 5.el6_6
Size : 8.6 M
Repo : base
Summary : The MySQL server and related files
URL : http://www.mysql.com
License : GPLv2 with exceptions
i installed mysql with: yum install mysql && yum install mysql-server
mysqld is the process.
rpm -qf /usr/libexec/mysqld
mysql55w-server-5.5.46-1.w6.x86_64
yum info mysql55w-server
Name : mysql55w-server
Arch : x86_64
Version : 5.5.46
Release : 1.w6
Size : 45 M
Repo : installed
From repo : webtatic
Summary : The MySQL server and related files
URL : http://www.mysql.com
License : GPLv2 with exceptions