On Nov 19, 2008, at 11:13 , David Smith wrote:

If you have command line access on the system, can you test your MySQL
connectivity by connecting this way?:

mysql -u inventory -h localhost -p

The -h option forces mysql command to connect via TCP/IP instead of unix
sockets.

--David

Yes I can log into mysql using the command terminal fro the system and specifying the -h parameter. Again, my test using the standard j2se application to connect to MySQL using the JDBC connector proves that the problem does not have to do with MySQL.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to