Maggi
21-07-2004, 12:30
On my System (MacOSX) normally are the mysql.sock is located in the folder /private/tmp
Normally you can do something like this:
ln -s /private/tmp/mysql.sock mysql.sock
but my mysql.sock isn't there
I used sudo find /. -name "mysql.sock"
but my mysql.sock isn't on the Unixsystem.
I used
sudo touch /tmp/mysql.sock
but that wasn't good, only the failure message changed from:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
to
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (38)
I also deleted all mysql folders by using this side
http://www.entropy.ch/software/maco...-old-mysql.html
I installed it with the instructions of Marc Liyanage (Thx for this helpful side, this side is pretty good if you have mysql.sock, on all other Computers it worked fine!):
http://www.entropy.ch/software/maco...nstallprocedure
And finally reinstalled CompleteMySQL-4.0.15.dmg from
http://www.serverlogistics.com/mysql.php
and you will have a good explanation on a french site :-) :
http://www.augfrance.com/mediamomes...3?id_article=57
This booth sides for you it will be very easy to install MySQL on MacOSX (thx to the ServerLogistic Team and Bertrand Guigaz and Aaron Faby http://www.aaronfaby.com/ (take a look at this page :-))
So at the End my Problem isn't gone it is still there, i miss the mysql.sock file.
What can I do to get this file back into /private/tmp ?
(Maybe it will be helfull to now where the right place for musql.server is?
Because:
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
I ope there is some more help now, I specified my Problem.
Danke! Fuer all die, die mir geholfen haben mein Problem zu finden.
M.
Normally you can do something like this:
ln -s /private/tmp/mysql.sock mysql.sock
but my mysql.sock isn't there
I used sudo find /. -name "mysql.sock"
but my mysql.sock isn't on the Unixsystem.
I used
sudo touch /tmp/mysql.sock
but that wasn't good, only the failure message changed from:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
to
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (38)
I also deleted all mysql folders by using this side
http://www.entropy.ch/software/maco...-old-mysql.html
I installed it with the instructions of Marc Liyanage (Thx for this helpful side, this side is pretty good if you have mysql.sock, on all other Computers it worked fine!):
http://www.entropy.ch/software/maco...nstallprocedure
And finally reinstalled CompleteMySQL-4.0.15.dmg from
http://www.serverlogistics.com/mysql.php
and you will have a good explanation on a french site :-) :
http://www.augfrance.com/mediamomes...3?id_article=57
This booth sides for you it will be very easy to install MySQL on MacOSX (thx to the ServerLogistic Team and Bertrand Guigaz and Aaron Faby http://www.aaronfaby.com/ (take a look at this page :-))
So at the End my Problem isn't gone it is still there, i miss the mysql.sock file.
What can I do to get this file back into /private/tmp ?
(Maybe it will be helfull to now where the right place for musql.server is?
Because:
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
I ope there is some more help now, I specified my Problem.
Danke! Fuer all die, die mir geholfen haben mein Problem zu finden.
M.