1
Hello,
Has anyone here managed to install the MySQL
Server for Mac?
I installed it, but I can’t start it! I click on its panel button, ask for the password, type and nothing.
Trying for the Terminal
, is processing and then says:
ERROR! The server quit without updating PID file (/usr/local/mysql/data/Macbook-Pro.local.pid).
Killing all mysql executions, then I got started.
– GustavoSevero
thanks for sharing the success.
– Andre Mesquita
I already use MAMP to run my applications. There are some problems running mysql server together?
– GustavoSevero
@Gustavosevero, no. none. His problem was another. There were more mysqld processes locking in pid. He killed them all and restarted the server.
– Andre Mesquita
Another problem that comes up is in Workbench, when it tries to start the server it looks for the nv.cnf file or something, but it doesn’t exist, what I found in the folders was my-default.cnf
– GustavoSevero