Tagged Questions

2
votes
1answer
227 views

Doctrine 2 command line tool; MAMP and mysql.sock

I grabbed the CI2/Doctrine2 from Wildly Inaccurate. I'm trying to start using it, but before I'm actually getting to work with it, I wanted to make sure everything works. However, when I try the ...
1
vote
1answer
412 views

MySQL 5.6.2 on Mac Snow Leopard 10.6 // missing tmp/mysql.sock

I googled it and followed a thousand tutorials but none of them worked out for me, so I hope you may can help me. I try to install MySQl on Snow Leo 10.6. I downloaded ...
0
votes
2answers
306 views

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

I am trying to run mysql client on my terminal. I have installed the latest mysql gem. ➜ ~ git:(master) ✗ ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] ➜ ~ ...
0
votes
2answers
377 views

mysql.sock is not created OSX

I run mysql on OSX, now when I restart my computer it does not create the mysql.sock, meaning that all my connections gives me a error 2002. anyone knows how to prevent this?
0
votes
3answers
673 views

MySQL hell… can't connect to database /tmp/mysql.sock

Update: I've STOPPED the older mysql process which was running and causing some confusion. Now I think I have only the newer (5.1.40) version running. BUT, it's pointing to the wrong data file. It's ...
0
votes
4answers
443 views

socket problem with MySQL

This is a recent problem... MySQL was working and a couple of days ago I must have done something. I deleted MySQL and tried reinstalling using the .dmg file. The mysql.sock file never gets created ...
0
votes
5answers
1k 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
2answers
234 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 ...