Paul Polishchuk
Paul Polishchuk
There is no such issue on linux because for linux `mysql_install_dp.pl` script is a bit different
it works but understands only relative paths (relative to basedir), but we are trying absolute
I've registered a bug on mysql bugtracker http://bugs.mysql.com/bug.php?id=74058
Convert absolute path to relative is not the case. Given: basedir = `D:\Pasha\Github\jcabi-mysql-maven-plugin\target\mysql-dist` defaults-file=`C:\Users\Paul\AppData\Local\Temp\1411574948641-0\my-default.cnf` Is it possible to make relative path from $defaults-file with $basedir as basdir? I'm not sure...
@yegor256 PR is available for review https://github.com/jcabi/jcabi-mysql-maven-plugin/pull/42