-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chuck,

On 1/18/2010 10:02 AM, Caldarale, Charles R wrote:
>> From: Rick Bragg [mailto:li...@gmnet.net]
>> Subject: Re: Cyclos Webapp Trouble (404)
>>
>> Yes the above works perfect.  I can log into MySQL in exactly that way.
>> I also double checked the password.
> 
> Just for grins, do a netstat -ano and verify that the MySQL pid
> really is listening on 127.0.0.1:3306 (or 0.0.0.0:3306) and not some
> other IP address.

+1

Depending on your version of MySQL (can't find what version you are
running in the old posts... so many posts!), you may have to enable
TCP/IP-based communication.

If you are using PHP and Perl to connect to MySQL, they may be using the
named pipe that MySQL used to use for localhost communication.

Even using, as David suggests:

mysql -P 3306 -h localhost -u cyclos -p

...the MySQL command-line program uses the named pipe because
"localhost" is treated specially by that program. Try using "127.0.0.1"
instead of "localhost" and verify that it works.

If not, edit your /etc/mysql/my.cnf and make sure that "skip-networking"
is not set to "true".

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktUfagACgkQ9CaO5/Lv0PDFAgCgr4lt4K/8IO/zb18KUigCrmuS
wKQAn2pDHtP82T/T7UtKIQF0uXLi4PCx
=1RNn
-----END PGP SIGNATURE-----

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

Reply via email to