Can anyone tell me what I am doing wrong or need to do with the following.

Using MySQL 4.0.11 gamma,  win 2000,  j2sdk1.4.1_01 and Tomcat 4.1.

Under mysql, the statement: GRANT ALL PRIVILEGES ON *.* TO
[EMAIL PROTECTED] IDENTIFIED BY 'javadude' WITH GRANT OPTION;
    Produces this error:  ERROR 1045 Access Denied for user:'@127.0.0.1'
(Using password:NO).

I am attempting to setup DBCP and get the above message while trying to
setup the user.  (The document for the DBCP setup is at:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how
to.html, see "MySQL DBCP Example".).  I am at step 1 of this process and
without a user/password the code apparently doesn't work.

Thanks,
Bob



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to