Question

I have compiled MySQL 5.5.27 on Snow Leopard OSX. Which is working good and mysql.sock is created where it is expected. Same binaries are used on Lion OSX, it works there too and also mysql.sock is created at desired location.

BUT Only in Mountain Lion i cannot find the mysql.sock at desired location. mysqld (MySQL Server) is working fine, I can create databases, etc. Everything is working fine, just cant find the mysql.sock.

my-pc:~ user$ /usr/local/mysql/bin/mysqld --verbose --help | grep mysql.sock
socket           /usr/local/mysql/tmp/mysql.sock

Note : This output is displayed for all OSX.

Any help ? Thanks in advance.
Jigar.

Was it helpful?

Solution

The file is already present, its a socket file. Don't know why the Finder can't display it. Use ls -lha /usr/local/mysql/tmp command to confirm it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top