Tagged Questions

0
votes
3answers
179 views

can’t start mysql on mac OS X getting mysql.sock connection error

I'm trying to get mysql running on my mac. I used macports for the initial install but can't get past this mysql socket error. Note: macports appends the version number to commands if they look odd …
0
votes
0answers
55 views

Linux special file [closed]

I am trying to create the file mysql.sock as with the following permissions srwxrwxrwx 1 mysql mysql 0 2009-10-07 09:55 mysqld.sock I know this is done with mknod, but I am not sure of the …
0
votes
2answers
196 views

Installing mysql problem

Running OS X Leopard an MacBook Pro from Jan. 2008. I used to run mysql server from a package but then rails started putting a warning that I should install mysql from gem: gem install mysql It did …