jcabi-mysql-maven-plugin icon indicating copy to clipboard operation
jcabi-mysql-maven-plugin copied to clipboard

Mysql failing to start, can not find my-default.cnf

Open gdogaru opened this issue 9 years ago • 18 comments

Below is the error log. I use version 0.8.1, windows 8, mysql.classifier=windows-amd64 my-default.cnf is present at the given location, but the error log says it can not find it

[INFO] $ perl C:....\smoke-test\target\mysql-dist\scripts\mysql_install_db.pl --defaults-file=C:....\smoke-test\target\mysql-data\my-default.cnf --force --innodb_use_native_aio=0 --datadir=C:....\smoke-test\target\mysql-data\data --basedir=C:....\smoke-test\target\mysql-dist
[INFO] >> FATAL ERROR: Could not find my-default.cnf
[INFO] >> 
[INFO] >> If you compiled from source, you need to run 'make install' to
[INFO] >> copy the software into the correct location ready for operation.
[INFO] >> 
[INFO] >> If you are using a binary release, you must either be at the top
[INFO] >> level of the extracted archive, or pass the --basedir option
[INFO] >> pointing to that location.
[INFO] >>

gdogaru avatar Sep 16 '14 10:09 gdogaru