Connecting via 127.0.0.1 (was Need to force Mysql to use port, NOT socket)

2002-11-26 Thread twig les
. Anyone know it? I can't use my other mere mortal account to log in either although both work fine if I say: mysql -u root -h localhost -p --- Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Nov 25), twig les said: Hey all, I'm having a painful time trying to get stunnel and mysql

Re: Connecting via 127.0.0.1 --SOLVED (still ironing out details)

2002-11-26 Thread twig les
but I'll hammer on that awhile before I post; hopefully I'll figure it out. grant all on *.* to 'root'@'127.0.0.1' identified by 'somepassword' twig les wrote: In this episode I figured out that the problem is not stunnel or the remote connection. I simply cant log in with the command

Need to force Mysql to use port, NOT socket

2002-11-25 Thread twig les
Hey all, I'm having a painful time trying to get stunnel and mysql to play together. My mysql works fine locally and remotely until I add stunnel. After chasing my tail for a week (and drinking a lot on the weekend) I realized that Mysql is trying to open a socket on the server machine instead

Re: Need to force Mysql to use port, NOT socket

2002-11-25 Thread twig les
, but I'm not connecting locally, it just appears that way to the server; I can't send arguments. --- Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Nov 25), twig les said: Hey all, I'm having a painful time trying to get stunnel and mysql to play together. My mysql works fine