Skip to content

Commit

Permalink
fix: --no-mariadb-socket is DEPRECATED
Browse files Browse the repository at this point in the history
--no-mariadb-socket is DEPRECATED; use --mariadb-user-host-login-scope='%' (wildcard) or --mariadb-user-host-login-scope=, instead.
  • Loading branch information
0xD0M1M0 authored Dec 7, 2024
1 parent 1bf53b4 commit 14621be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def create_site(
"backend",
"bench",
"new-site",
"--no-mariadb-socket",
"--mariadb-user-host-login-scope=%",
f"--db-root-password={db_pass}",
f"--admin-password={admin_pass}",
]
Expand Down

0 comments on commit 14621be

Please sign in to comment.