jcabi / jcabi-mysql-maven-plugin

MySQL Maven Plugin: starts MySQL server on pre-integration phase and shuts it down on post-integration phase

Home Page:https://mysql.jcabi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing MySQL system tables...sh: 1: ./bin/mysqld: not found

dr0i opened this issue · comments

I got error Installing MySQL system tables...sh: 1: ./bin/mysqld: not found after using 5.6.14 classified linux-amd64. I am on:

$ uname -r
3.10-2-amd64

This is the error:

[ERROR] #start('Config(tcpport=33061, dbuser=root, dbpassword=root, name=root, dbopts=[])',  [$myhome]/target/mysql-dist, [$myhome]/target/mysql-data): thrown java.lang.IllegalArgumentException(Non-zero exit code 141: sh: 1: ./bin/my_print_defaults: not foundInstallin..4..ystem tables...sh: 1: ./bin/mysqld: not found) out of com.jcabi.log.VerboseProcess#stdout[191] in 43ms

While the files are there:
$ find . -name mysqld
./target/mysql-dist/bin/mysqld

My machine cannot execute the file. Switched to using linux-x86 it is executed, so I will stay with this.