Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
3answers
176 views

pdo_mysql unable to create mysqld.sock file

I'm adding PHP (php-fpm) to an existing Nginx Ubuntu 10.04 server and can't get pdo_mysql to work. I'm trying to connect to a MySQL server someplace else, but all the Googling answers I found are in ...
1
vote
1answer
411 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
305 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
376 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
0answers
91 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
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 ...