mysql error: problem not yet resolved | |
|
|
Junior Mitglied Posts: 22 Registered: 2006-12-30 | hi all,
for now i'm using this posting to figure out how to fix this mysql error.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
so far, when i type and then i get the error above.
I'm using this post to figure it out.
stay tuned. .............................. www.prettybycritty.com in case you are married and want to get your wife something fun |
|
|
|
|
|
Re: mysql error:Solved | |
|
|
Junior Mitglied Posts: 22 Registered: 2006-12-30 | Not sure if this will fix it forever, but so far so good.
i just typed and the system stalled.(or appeared to go blank on the terminal).
So, i hit ctrl+z and then typed
i saw the service at the bottom started (mysqld....) and got excited.
then i typed and bingo... i'm there. .............................. www.prettybycritty.com in case you are married and want to get your wife something fun |
|
|
|
|
|
Re: mysql error: problem not yet resolved | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Good to know. We'll look into it ... |
|
|
|
|
|
Re: mysql error: problem not yet resolved | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | |
|
|
|
|
|
Re: mysql error: problem not yet resolved | |
|
|
Junior Mitglied Posts: 22 Registered: 2006-12-30 | i found out that you can start all of these services like mysql and fetchmail in the following location
Now i have changed the FALSE to TRUE but nothing happened.
any ideas? .............................. www.prettybycritty.com in case you are married and want to get your wife something fun |
|
|
|
|
|
Re: mysql error: problem not yet resolved | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | /etc/default/mysql only specifies whether mysql should be started on system startup. If you want to start it immediately, use
/etc/init.d/mysql start |
|
|
|
|
|
Re: mysql error: problem not yet resolved | |
|
|
Junior Mitglied Posts: 22 Registered: 2006-12-30 | that is what i want it to do... start on startup. so far, it hasn't done that.
is the value TRUE, that i should use? .............................. www.prettybycritty.com in case you are married and want to get your wife something fun |
|
|
|
|
|