Current time: 06-01-2024, 10:12 AM Hello There, Guest! (LoginRegister)


Post Reply 
ERROR: Unable to connect SQL server !
Author Message
motokochan Offline
Member
***

Posts: 274
Joined: Jul 2008
Reputation: 1
Post: #14
RE: ERROR: Unable to connect SQL server !
(12-01-2009 05:45 PM)joximu Wrote:  hm, either -skip-networking or bind-address=127.0.0.1 do IMHO the same...

They actually are different. Giving --skip-networking (just skip-networking in my.cnf) has MySQL not use any IP address. It only opens a local socket. Using bind-address does cause MySQL to listen on a port on a specific IP.


(12-01-2009 05:45 PM)joximu Wrote:  mysql must listen on localhost - the external IP is not a must.

Indeed, having it only bind to localhost is fine and will work fine. However, skip-networking will not work. The first step in debugging this issue is making sure MySQL is listening on a port.
(This post was last modified: 12-01-2009 06:00 PM by motokochan.)
12-01-2009 05:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ERROR: Unable to connect SQL server ! - motokochan - 12-01-2009 05:58 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)