7 messages in com.mysql.lists.javaRE: Almost there but can't locate dat...
FromSent OnAttachments
Raymond Tong12 Sep 2000 16:32 
Raymond Tong12 Sep 2000 17:40 
Raymond Tong12 Sep 2000 19:20 
Igor Fedulov12 Sep 2000 19:21 
Igor Fedulov12 Sep 2000 19:24 
Tim Endres12 Sep 2000 19:53 
Raymond Tong13 Sep 2000 00:00 
Subject:RE: Almost there but can't locate database
From:Igor Fedulov (ifed@outlook.net)
Date:09/12/2000 07:21:46 PM
List:com.mysql.lists.java

grant all on DATABASENAME.* to user_name@HOSTNAME identified by 'password';

did you do 'flush privileges'?

I now get:

java.sql.SQLException: Communication link failure: Bad Handshake

what version of jdbc driver you using?

Best regards,