Cannot login into MariaDB with brew after restarting the machine #5514
Unanswered
Victorcorcos
asked this question in
Everyday usage
Replies: 2 comments 3 replies
-
What happens if you run the command in |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is a recurring issue - I just upgraded from Sonoma to Sequoia and am experiencing the same issue as described here.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm using MacOS Sonoma 14.5 and I had installed
mariadb
usingbrew
successfully. However, when I executeIt is returning
I searched online and the solution to this would be to generate a
mysql.sock
file by executingbrew services start mariadb # OR brew services restart mariadb
However, I tried it, as you can see below:
Still, not any
mysql.sock
file is generated inside the/tmp
folder and I can't login in themariadb
database.victorcosta@Victors-MacBook-Pro:/tmp $ cd /tmp victorcosta@Victors-MacBook-Pro:/tmp $ ls com.apple.launchd.6mj6GfdTiF powerlog
So, how can I connect to
mariadb
withmysql -uroot -ppassword
usingbrew
?Beta Was this translation helpful? Give feedback.
All reactions