Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-20-2003, 03:26 AM
|
#1
|
LQ Newbie
Registered: Jun 2003
Posts: 27
Rep:
|
mysql
what does this error mean
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
|
|
|
07-20-2003, 04:06 AM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Usually that you haven't started mysql server before trying to connect to it.
Cool
|
|
|
07-20-2003, 09:15 PM
|
#3
|
LQ Newbie
Registered: Jun 2003
Posts: 27
Original Poster
Rep:
|
Thanks
|
|
|
07-21-2003, 12:28 AM
|
#4
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
You're welcome, so did you get it working?
Cool
|
|
|
07-23-2003, 02:13 PM
|
#5
|
LQ Newbie
Registered: Jun 2003
Posts: 27
Original Poster
Rep:
|
I tried to start it...mysql start, however its giving me the same error with cannot connect to localhost
|
|
|
07-28-2003, 12:55 PM
|
#6
|
LQ Newbie
Registered: May 2003
Location: USofA
Distribution: SuSe 8.1
Posts: 7
Rep:
|
same error...
I'm getting the same error you had at the begging of your post. did you ever get rid of it?
i looked around for an answer and the closest i found was instructions on how to start myslq- so i followed these by going to ...
init.d/mysql start
but that still just gave me this same error...what am i missing?
|
|
|
07-28-2003, 05:59 PM
|
#7
|
LQ Newbie
Registered: Jun 2003
Posts: 27
Original Poster
Rep:
|
yes, i started the daemon the mysql daemon
|
|
|
07-29-2003, 02:38 AM
|
#8
|
LQ Newbie
Registered: Jul 2003
Distribution: mdk, rh
Posts: 11
Rep:
|
@MOMO Angel77
there are more possibilities why you cannot connect to mysql with the client
a) mysql is not running - check the logs for more info
b) wrong permissions for the mysql.sock - well now you know what to do ;-)
c) server is running, your client is just awaiting the socket in the location specified in the error message, but the server daemon creates it in some other location - this is very easy to solve using the /etc/my.cnf config file, you add "socket = /path/to/mysql/socket" either in the [client] section or in the [mysqld] section of /etc/my.cnf, where "/path/to/mysql/socket" must be set according in which section you put it, when in the [client] section - set it to the path mysql.sock reside, when in the [mysqld] to path clients look for the socket file, in your case "/var/lib/mysql/mysql.sock"
|
|
|
All times are GMT -5. The time now is 06:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|