Re: registerDriver()
Posted by: Mark Matthews
Date: May 09, 2005 08:07PM

Sean Breslin wrote:
> I found the directory to put the JAR in finally.
>
> Instead of logging into the database as
> "username", it's using a longer string:
> "username@ool-hexnumbers.dyn.webhost.com"
> where hexnumbers is a number in hex and
> webhost.com is my webhost. I editted them just in
> case some of the info was personal...
>
> I have no idea why this stuff is added on, but
> that's probably why I'm getting "access denied".

Sean,

Have you read the following section in the MySQL manual?

http://dev.mysql.com/doc/mysql/en/privileges.html

You _really_ need to understand everything in that section before you try and figure this out.

(a hint is that MySQL considers the username and _where_ the user is connecting _from_ as part of the entire username to allow fine-grained permissions to be created).

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
May 09, 2005 07:17PM
May 09, 2005 07:43PM
May 09, 2005 07:56PM
Re: registerDriver()
May 09, 2005 08:07PM
May 09, 2005 08:51PM
May 09, 2005 09:04PM
May 10, 2005 11:17AM
May 10, 2005 12:34PM
May 10, 2005 12:59PM
May 10, 2005 01:19PM
May 10, 2005 01:30PM
May 10, 2005 01:44PM
May 10, 2005 01:52PM
May 10, 2005 02:05PM
May 10, 2005 02:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.