On trying to start mysql.server start
./usr/local/bin/mysql.server: line 264: kill: (12262) - No such process ERROR!
On trying to connect mysql -uroot
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- Stop MySQL / MariaDB.
- Go to
/usr/local/var/mysql
- Delete
ib_logfile0
&ib_logfile1
files. - Try to start now, It should work 😎
An alternative
Hi all, I’ve been following this thread and noticed several people facing issues with brew MariaDB. This led me to develop SnapDB, a macOS database management tool that fully supports MariaDB (including dependency-free installation, management, and configuration). If anyone here is still searching for a workaround, feel free to check it out—it might save you some time. Happy to answer questions!