Hello.
Some tips from the manual could be helpful. See:
http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.html
http://dev.mysql.com/doc/refman/5.0/en/starting-server.html
untz wrote:
> Hello there,
>
> I just downloaded the MySQL 5 Community Edition for OS X Tiger..
Lachlan Mulcahy wrote:
Hi Unnsse,
Here's the problem at hand:
Raven:~ untz$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)
Can anyone tell me what possibly I am doing wrong?
The message you are getting is saying that there is no socket
Hi Unnsse,
Here's the problem at hand:
Raven:~ untz$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/tmp/mysql.sock' (2)
Can anyone tell me what possibly I am doing wrong?
The message you are getting is saying that there is no socket file
at /tmp/mysql.soc
Hello there,
I just downloaded the MySQL 5 Community Edition for OS X Tiger...
Ran the installer and it installed everything to /usr/local/ ...
Updated my .bash_profile by creating a MYSQL_HOME variable and
appending that MYSQL_HOME/bin to the PATH variable...
Now, the problem is that when