Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-mysqld CPAN distribution.

Report information
The Basics
Id: 118088
Status: new
Priority: 0/
Queue: Test-mysqld

People
Owner: Nobody in particular
Requestors: bitcard [...] 32ths.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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