-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issues running clamp after homebrew update #45
Comments
Hi @dominicpedro, can you tell a bit more about your system? What version of macOS or MacOS X are you running clamp on? |
Yeah, it seems Mariadb has changed a few things about root user. It seems it could work with passing As a workaround, you can install and use an older version of mariadb, and edit the clamp config file after having erased the
And replace |
Thanks for the update. Will try your workaround
Dom
…On 29 Oct 2019, 00:48 +0200, Jidé ***@***.***>, wrote:
Yeah, it seems Mariadb has changed a few things about root user. It seems it could work with passing -u root to the mysqld command, but another error is thrown: unknown variable 'defaults-file=/dev/null'.
As a workaround, you can install and use an older version of mariadb, and edit the clamp config file after having erased the .clamp folder :
rm -rf .clamp
brew install ***@***.***
clamp config write
And replace $(brew --prefix mariadb) with $(brew --prefix ***@***.***) in clamp.json.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Since homebew updated yesterday, I am now getting an auth error when creating a new clamp install
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
I believe mariadb now prevents running as root. Not sure if anyone else is getting this issue.
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: