Subject: | mysql_install_db is deprecated as of mysql 5.7.6 |
mysql_install_db functionality is moved into mysqld binary as of 5.7.6.
http://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
Tests fail with Test::mysqld when using 5.7:
$ prove -I lib t/01-raii.t
t/01-raii.t .. *** mysql_install_db failed ***
2016-09-26 17:33:45 [WARNING] mysql_install_db is deprecated. Please consider switching to mysqld --initialize
2016-09-26 17:33:45 [ERROR] The data directory needs to be specified.
Other tests fail.
Thanks,
- Mike