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
@@ -51,12 +58,14 @@ debug_pause "System Update and Cleanup"
51
58
sudo debconf-set-selections <<<"mysql-server mysql-server/root_password password ${MARIADB_ADMIN_PASSWORD}"# new password for the MySQL root user
52
59
sudo debconf-set-selections <<<"mysql-server mysql-server/root_password_again password ${MARIADB_ADMIN_PASSWORD}"# repeat password for the MySQL root user
53
60
54
-
# Remote Connection to Database - use unix_socket for local root and ed25519 for password-based auth
55
-
sudo mariadb -e "ALTER USER root@localhost IDENTIFIED VIA unix_socket OR ed25519 USING PASSWORD('${MARIADB_ADMIN_PASSWORD}');"
61
+
# Keep local sudo/socket automation working while enabling the configured root password.
0 commit comments