3 messages in com.mysql.lists.win32newbie authentication question
FromSent OnAttachments
Jeff Drew12 Jun 2004 11:33 
PF: MySQL12 Jun 2004 11:36 
SGr...@unimin.com14 Jun 2004 06:15 
Subject:newbie authentication question
From:Jeff Drew (je@tradingmetrics.com)
Date:06/12/2004 11:33:47 AM
List:com.mysql.lists.win32

I'm having a problem accessing a user account in mySQL.

I am accessing my mySql database from jdbc's DriverManager.getConnection on
another computer. jdbc successfully authenticates user: root password: null.

Then I: - added a user, 'tm' , to the user table with host '%'. no password - added a row to the db table with user tm enabling all the privilidges

Then jdbc gets an error from message from server: "Access denied for user: '@%'
to database 'tm'"

I'd like to have user 'tm' access the database 'tm' . How should I configure
mySQL for this?

Thanks