[MDEV-19010] run mysql_install_db automatically Created: 2019-03-21 Updated: 2023-08-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Instead of executing mysql_install_db manually MariaDB Server should run mysql_install_db automatically when needed. This would solve issues like MDEV-17637. MySQL Server 5.7 is introducing the --initialize and --initalize-insecure options, but the server could also detect this internally. |