Hi Gabriele and Tim, Here is the solution to the MySQL trouble.
Since it was listenning only UNIX socket (as Gabriele told me) I read somewhere at Google that what one was supposed to do at these situations is to comment line at file /etc/mysql/my.cnf where it says skip-networking. Well I did not find this line but the one below at my.cnf # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. # bind-address = 127.0.0.1 <http://127.0.0.1> Just commented it, restarted MySQL and voilá ;) Thank you guys 2005/7/26, Gabriele Santilli <[EMAIL PROTECTED]>: > > > Hi Carlos, > > On Tuesday, July 26, 2005, 7:07:20 PM, you wrote: > > CL> I am not sure about the port MySQL is running. How can I check for > this? > > netstat -ap (as root) > > I think it's likely that you have MySQL set up to only listen on a > unix socket and not on TCP... check out your my.cnf, and the docs > on MySQL. > > Regards, > Gabriele. > -- > Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ > Colella Chiara software division --- http://www.colellachiara.com/ > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com <http://rebol.com> with unsubscribe as the subject. > > -- *:-.,_,.-:*'``'*:-.,_,.-: Carlos Lorenz *:-.,_,.-:*'``'*:-.,_,.-: -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
