[MDEV-25184] can't install DB Created: 2021-03-18 Updated: 2021-04-18 Resolved: 2021-04-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Dvir Horev | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
VMware Workstation |
||
| Description |
|
can't install DB with the command: mysql_install_db --user=mysql The Error: Installation of system tables failed! Examine the logs in The problem could be conflicting information in an external shell> /usr/bin/mysql_install_db --defaults-file=~/.my.cnf You can also try to start the mysqld daemon with: shell> /usr/libexec/mysqld --skip-grant-tables --general-log & and use the command line tool /usr/bin/mysql shell> /usr/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 Please check all of the above before submitting a bug report |
| Comments |
| Comment by Daniel Black [ 2021-03-18 ] |
|
Please include information like distro and version that you are using to install. What user are you running mysql_install_db as? What is in the described logs? |
| Comment by Daniel Black [ 2021-03-18 ] |
|
Also, which mariadb version/package? |