Summary: | emerge --config =dev-db/mariadb-10.11.7 fails due to invalid plugin path | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | tomas charvat <tc> |
Component: | Current packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | tc |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
tomas charvat
2024-04-07 16:14:29 UTC
emerge --config =dev-db/mariadb-10.11.7 It try to find root password and apply it. It could also try to get datadir and other vars and just run mariadb with them without access to /etc/mysql/. If timezone is present in config file, timezone list is not uploaded and it seems to fail saliently. and then mysqld.err: 2024-04-07 18:26:24 0 [ERROR] Fatal error: Illegal or unknown default time zone 'Europe/Prague' 2024-04-07 18:26:24 0 [ERROR] Aborting and then recovery from this state mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql It yet again try to start mariadb with all those /etc/mysql/... I understand that we need datadr and root password (still needed if we have unix socket?) from /etc/mysql/ to initiate mariadb in $datadir, but I dont think, that we should execute mariadb with all those configs. |