DBCP and ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

2003-04-04 Thread abjett
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

Re: DBCP and ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

2003-04-04 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 abjett wrote: | 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]