JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
Does anyone know why I would recieve this error, when attmepting to connect to mySQL via JDBC(driver=Connector/J 3.0 beta) I can connect if I provide no password (even if the account specifies a pwd)? I can connect correctly using MySQL Front ... but JDBC is giving me this error.

RE: JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
- Access denied (using password: yes) Are you using Connection con = DriverManager.getConnection(jdbc:mysql://localhost/database_name?user=root ) ; If not try this regards Kayamboo Suresh At 07:27 Χ΋ 02/08/28 -0700, you wrote: Does anyone know why I would recieve this error, when attmepting

Re: JDBC - Access denied (using password: yes)

2002-08-28 Thread Mark Matthews
7:50 PM To: neal Subject: Re: JDBC - Access denied (using password: yes) Are you using Connection con = DriverManager.getConnection(jdbc:mysql://localhost/database_name?user=root ) ; If not try this regards Kayamboo Suresh At 07:27 Χ΋ 02/08/28 -0700, you wrote: Does anyone

RE: JDBC - Access denied (using password: yes) - RESOLVED

2002-08-28 Thread neal
. I don't really understand why but it fixed it... Neal -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:28 PM To: mySQL Subject: JDBC - Access denied (using password: yes) Does anyone know why I would recieve this error, when attmepting

RE: JDBC - Access denied (using password: yes)

2002-08-28 Thread neal
. :) Thanks. Neal -Original Message- From: Mark Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 8:03 PM To: neal Cc: suresh; mySQL Subject: Re: JDBC - Access denied (using password: yes) neal wrote: Thanks for the response. I am using this (where 'bob' is both

RE: JDBC - Access denied (using password: yes) - RESOLVED

2002-08-28 Thread Paul DuBois
connection attempts. Neal -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:28 PM To: mySQL Subject: JDBC - Access denied (using password: yes) Does anyone know why I would recieve this error, when attmepting to connect to mySQL via JDBC(driver