File ./ib_logfile101: 'aio write' returned OS error 122
I'm trying to install MySQL 5.6.14 on Ubuntu 12.04 Desktop: $ scripts/mysql_install_db --no-defaults --force \ --explicit_defaults_for_timestamp --datadir=/tmp/data And I'm getting: Installing MySQL system tables... 2013-10-09 09:27:26 6463 [Warning] Buffered warning: Changed limits: max_open_files: 4096 (requested 5000) 2013-10-09 09:27:26 6463 [Warning] Buffered warning: Changed limits: table_cache: 1967 (requested 2000) 2013-10-09 09:27:26 6463 [Note] InnoDB: The InnoDB memory heap is disabled 2013-10-09 09:27:26 6463 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2013-10-09 09