[CONJ-784] cant start MariaDB in a junit Created: 2020-04-21 Updated: 2020-05-18 Resolved: 2020-05-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Liat Dremer | Assignee: | Diego Dupin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I am using java - tests stoped working suddenly and i dont know how to reset the state <dependency> ch.vorburger.exec.ManagedProcessException: An error occurred while installing the database Installation of system tables failed! Examine the logs in The problem could be conflicting information in an external shell> /var/folders/vf/5c2l0vjd6sl10hsqq0q9m_j5drnh_c/T/MariaDB4j/base/bin/mysql_install_db --defaults-file=~/.my.cnf You can also try to start the mysqld daemon with: shell> /private/var/folders/vf/5c2l0vjd6sl10hsqq0q9m_j5drnh_c/T/MariaDB4j/base/bin/mysqld --skip-grant --general-log & and use the command line tool /private/var/folders/vf/5c2l0vjd6sl10hsqq0q9m_j5drnh_c/T/MariaDB4j/base/bin/mysql shell> /private/var/folders/vf/5c2l0vjd6sl10hsqq0q9m_j5drnh_c/T/MariaDB4j/base/bin/mysql -u root mysql Try 'mysqld --help' if you have problems with paths. Using The latest information about mysql_install_db is available at |
| Comments |
| Comment by Jochen Wiedmann [ 2020-05-16 ] |
|
You are using the wrong bug tracker. This one is about the MariaDB Connector/J, but you appear to be using MariaDB4J. Any issues regarding the latter should be reported as a GitHub issue. |
| Comment by Diego Dupin [ 2020-05-18 ] |
|
wrong bugtracker as indicated. please report at https://github.com/vorburger/MariaDB4j/issues |