18.01.2010 15:57, Rick Bragg:

> On Mon, 2010-01-18 at 09:43 -0500, David Smith wrote:

>> MySQL leave the tcp port disabled for security reasons.  I've never
>> understood the decision, but it happens.  You can test w/ the mysql command:
>>
>> mysql -P 3306 -h localhost -u cyclos -p

> Yes the above works perfect.  I can log into MySQL in exactly that way.
> I also double checked the password.

And it still works, if you replace "localhost" with "127.0.0.1" (since
that's what you configured)? I. e.
mysql -P 3306 -h 127.0.0.1 -u cyclos -p

-- 
Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to