Am 15.05.2015 um 23:27 schrieb Larry Martell:
I am upgrading my server from 5.5 to 5.6. This is on CentOS 6.5. I
removed 5.5 like this:
yum remove mysql-libs MySQL-client MySQL-devel MySQL-shared
and I installed 5.6 from
MySQL-5.6.24-1.linux_glibc2.5.x86_64.rpm-bundle.tar with:
rpm -i MyS
I am upgrading my server from 5.5 to 5.6. This is on CentOS 6.5. I
removed 5.5 like this:
yum remove mysql-libs MySQL-client MySQL-devel MySQL-shared
and I installed 5.6 from
MySQL-5.6.24-1.linux_glibc2.5.x86_64.rpm-bundle.tar with:
rpm -i MySQL-client-5.6.24-1.linux_glibc2.5.x86_64.rpm
rp
It seems that your new MySQL doesn't have some of the required mysql system
database tables, most of them are handled by InnoDB, e.g.:
*May 15 09:41:27 anakin mysqld: 2015-05-15T07:41:27.595846Z 0 [Warning]
InnoDB: Cannot open table
mysql/plugin from the internal data dictionary of InnoDB though t
Hello,
I have reinstalled a test server after a disk crash. I upgraded from an older
Fedora Core (don't
remember the version) to Fedora Core 21.
Then I installed Mysql 5.7.7 from RPM. I'm able to start it but mysql does not
use my /etc/my.cnf
file and I do not find any other on my system.
Af