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.
|
|
11-29-2003, 05:49 AM
|
#1
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Rep:
|
MySQL connection over TCP/IP fails
I have just finished setting up MySQL and PostgreSQL on my webserver, and both are running fine when I work from a shell on the server. For instance, I can connect to the MySQL from the shell, by typing
mysql
but if I try to connect through an IP address, i.e. by writing
mysql -h 127.0.0.1 --user root -p
I get the message
ERROR 2003: Can't conenct to MySQL server on '127.0.0.1" (111)
My firewall is properly configured to allow connections on 3306 so I doubt that that is the problem. In order to get the PostgreSQL server to accept connections, I had to add a crypitc line to the
/etc/rc.d/init.d/postgresql
file. Do I need to do something similar to get MySQL to accept connections?
I am using Fedora Core on an x86 machine
/Rukawa
|
|
|
11-29-2003, 12:03 PM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
See if it is listening with:
netstat -nlp
You may need a port option to be set - see:
http://www.mysql.com/doc/en/Option_files.html
|
|
|
11-29-2003, 01:51 PM
|
#3
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Original Poster
Rep:
|
Looks like it is listening:
unix 2 [ ACC ] STREAM LISTENING 17645 4461/mysqld /var/lib/mysql/mysql.sock
I tried adding the
port = 3306
to my.inf and the other suggestions from that site, but I still can't connect...
|
|
|
11-29-2003, 04:26 PM
|
#4
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
It should be /etc/my.cnf
Then restart mysql.
That line only shows a listening socket.
|
|
|
11-30-2003, 12:30 AM
|
#5
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Original Poster
Rep:
|
Thanks for the help it works now! I cleaned up the /etc/my.cnf file removing unnecessary info and added the port number as you explained. Restarted and now it works :-D
To other people: Note the [client] area where port and socket should be set, and note the list of skip-... statements that appear in the ini file. "skip-networking" must NOT appear if you want TCP/IP to work.
/Rukawa
|
|
|
All times are GMT -5. The time now is 06:03 PM.
|
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
|
|