Problemy z instalacją bazy danych MySQL 5.5 pod każdym systemem linuksowym??
Pojawiają się takie wpisy?:
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
140727 9:48:58 InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
140727 9:48:58 InnoDB: Fatal error: cannot initialize AIO sub-system
140727 9:48:58 [ERROR] Plugin 'InnoDB' init function returned error.
140727 9:48:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140727 9:48:58 [ERROR] Unknown/unsupported storage engine: InnoDB
140727 9:48:58 [ERROR] Aborting
odpowiedz jest prosta edytujemy plik konfiguracyjny bazy danych:
nano /etc/mysql/my.cnf
i w części[mysqld]
.....
innodb_use_native_aio =0
....
[mysqldump]
zapisujemy i re-konfigurujemy bazę dany
chdpkg-reconfigure mysql-server-5.5
/etc/init.d/mysql restart
[ ok ] Stopping MySQL database server: mysqld.
[ ok ] Starting MySQL database server: mysqld ..
[info] Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..
ale działa