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
The role tries to start the MariaDB server before it is properly initialized.
When running the role for 10.11, it would crash out at the "starting service" line because none of the "mysql" authentication/authorization tables existed yet.
After running mariadb-install-db --user=XXXX --group=XXXX --datadir=/PATH/TO/DATA by hand on the target machine, the rest of the role ran perfectly.
I suspect previous iterations of the yum install process might have run this by default?
I'm running the role against a RHEL 8 machine to install MariaDB 10.11 (the current long-term support version).
The text was updated successfully, but these errors were encountered:
The role tries to start the MariaDB server before it is properly initialized.
When running the role for 10.11, it would crash out at the "starting service" line because none of the "mysql" authentication/authorization tables existed yet.
After running
mariadb-install-db --user=XXXX --group=XXXX --datadir=/PATH/TO/DATA
by hand on the target machine, the rest of the role ran perfectly.I suspect previous iterations of the yum install process might have run this by default?
I'm running the role against a RHEL 8 machine to install MariaDB 10.11 (the current long-term support version).
The text was updated successfully, but these errors were encountered: