You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build my application using embedded mariadb database for test, I got this:
mysqld.exe (mysqld 10.2.11-MariaDB) starting as process ...
ERROR: Cannot write to mysqld's stdin
FATAL ERROR: database creation failed
I think it's because it bring a wrong mariadb version. Actually I got the same when I go to the mysql_install_db.exe directory and I run it.
I use MariaDB4j 2.3.0 and it bring mariadb 10.2.11.
The text was updated successfully, but these errors were encountered:
When I build my application using embedded mariadb database for test, I got this:
mysqld.exe (mysqld 10.2.11-MariaDB) starting as process ...
ERROR: Cannot write to mysqld's stdin
FATAL ERROR: database creation failed
I think it's because it bring a wrong mariadb version. Actually I got the same when I go to the mysql_install_db.exe directory and I run it.
I use MariaDB4j 2.3.0 and it bring mariadb 10.2.11.
The text was updated successfully, but these errors were encountered: