MySQL Forums
Forum List  »  Install & Repo

mysql_install_db fails with system errors?
Posted by: Federico Razzoli
Date: April 28, 2014 07:56AM

Trying to install from generic binaries on Red Hat. But here's the output of mysql_install_db:

Installing MySQL system tables...2014-04-28 15:56:02 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2014-04-28 15:56:02 6732 [Note] InnoDB: Started in read only mode
2014-04-28 15:56:02 6732 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2014-04-28 15:56:02 6732 [Note] InnoDB: The InnoDB memory heap is disabled
2014-04-28 15:56:02 6732 [Note] InnoDB: Mutexes and rw_locks use InnoDB's own implementation
2014-04-28 15:56:02 6732 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-04-28 15:56:02 6732 [Note] InnoDB: Using Linux native AIO
2014-04-28 15:56:02 6732 [Note] InnoDB: Not using CPU crc32 instructions
2014-04-28 15:56:02 6732 [Note] InnoDB: Disabling background IO write threads.
2014-04-28 15:56:02 6732 [Warning] InnoDB: Unable to open "./ib_logfile0" to check native AIO read support.
2014-04-28 15:56:02 6732 [Warning] InnoDB: Linux Native AIO disabled.
2014-04-28 15:56:02 6732 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-04-28 15:56:02 6732 [Note] InnoDB: Completed initialization of buffer pool
2014-04-28 15:56:02 b74e96d0 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: If you are installing InnoDB, remember that you must create
InnoDB: directories yourself, InnoDB does not create them.
2014-04-28 15:56:02 6732 [ERROR] InnoDB: File ./ibdata1: 'open' returned OS error 71. Cannot continue operation


Why does this happen?

Options: ReplyQuote


Subject
Written By
Posted
mysql_install_db fails with system errors?
April 28, 2014 07:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.