Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: no such option: --mariadb-user-host-login-scope #1565

Open
Antony-M2 opened this issue Feb 12, 2025 · 1 comment
Open

Error: no such option: --mariadb-user-host-login-scope #1565

Antony-M2 opened this issue Feb 12, 2025 · 1 comment

Comments

@Antony-M2
Copy link

Note: I'm using the frappe 14 I tried to run the below command to create a site but im getting a error no such option: --mariadb-user-host-login-scope

frappe@dc4e0525d0ba:/workspace/development/frappe-bench$ bench new-site --db-root-password 123 --admin-password admin --mariadb-user-host-login-scope=% dev.localhost
Usage: bench  new-site [OPTIONS] SITE
Try 'bench  new-site --help' for help.

Error: no such option: --mariadb-user-host-login-scope

I used the below command previous Commit

I'ts worked for me.

bench new-site --mariadb-root-password 123 --admin-password admin --no-mariadb-socket development.localhost

If the changes for specifically for version 15 please kindly create a separate branch like version-14 or version-15.

@revant
Copy link
Collaborator

revant commented Feb 13, 2025

v15 onwards the --mariadb-user-host-login-scope param is available. Before that use --no-mariadb-socket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants