5 messages in com.mysql.lists.javaRe: AW: JDBC Authentication Problem
FromSent OnAttachments
Victor Marco Milli16 Feb 2004 15:14 
Amit Wadhwa16 Feb 2004 15:34 
Victor Marco Milli17 Feb 2004 02:26 
Dave Newton17 Feb 2004 06:23 
Jeff Newmiller17 Feb 2004 16:21 
Subject:Re: AW: JDBC Authentication Problem
From:Dave Newton (da@solaraccess.com)
Date:02/17/2004 06:23:01 AM
List:com.mysql.lists.java

On Tue, 2004-02-17 at 05:26, Victor Marco Milli wrote:

Hi Amit, I changed the server configuration and the code, but I still have the same error. My.ini: Server=E:/databases/mysql/bin/mysqld-nt.exe user=root password=root java: lConn =DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/test", "root", "root");

Can you connect from the command line?

Dave