My MySql does not start at all, it fails since the update:
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
/var/log/mysqld.log Shows:
050110 10:03:37 mysqld started
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
050110 10:03:37 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
050110 10:03:37 mysqld ended
Every thing was working fine until I updated to 3.23.58-14. Any one have a solution?