MySQL Forums
Forum List  »  Install & Repo

mysql_install_db exit code 141 meaning? (5.6)
Posted by: Jonathan Nicol
Date: June 16, 2014 03:32PM

I've installed mysql 5.6 from the official RPMs. Since it appears to ignore /etc/my.cnf during installation, I'm forced to run mysql_install_db --datadir=/path/to/datadir aftwards. However this script is exiting with code 141 for no apparent reason, anyone know the meaning of this error code or where it's documented?

Exiting with non-zero codes is assumed to mean there's a failure, but I'm not seeing one...


# mysql_install_db --datadir=/db_data/mysql/
Installing MySQL system tables...2014-06-16 17:21:19 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
# echo $?
141

Options: ReplyQuote


Subject
Written By
Posted
mysql_install_db exit code 141 meaning? (5.6)
June 16, 2014 03:32PM


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.