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
Alright ... I figured it out (sort of)... When I created a user account I put the value '%' in the host field of the mysql.user table. I was following the example of the root account that was already specified in the table. Apparently if I make that if I change that '%' to 'localhost' its

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
At 20:05 -0700 8/28/02, neal wrote: Alright ... I figured it out (sort of)... When I created a user account I put the value '%' in the host field of the mysql.user table. I was following the example of the root account that was already specified in the table. Apparently if I make that if I