Re: Problems with a simple JSP and mySQL connect

2001-07-21 Thread Howler D. Wolfe
Hello everyone, Thanks for your help on this. My problem did indeed turn out to be MySQL related. After doing some more digging on Dejanews I found the following link. http://groups.google.com/groups?hl=ensafe=offth=976ec1cd8689bfcb,8seekm=3a5df3ac%241%40newsgate.hknet.com#p I followed these

Re: Problems with a simple JSP and mySQL connect

2001-07-19 Thread Adam Myatt
To further expand on the last answer below: if you look at the MANUAL that comes in the DOC folder of the MySQL installation, section 6.16 Causes of Access Denied Errors: 'If you can't get your password to work, remember that you must use the PASSWORD() function if you set the password with the

Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
Hello Everyone, I apologize if this has been answered in a previous post. I've been digging through old posts and and searching on the net for an answer to this problem. I am runnin Tomcat 3.2.2 and Apache 1.3.19 and MySQL (I think the latest version). I am able to run the examples

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
I have data in this table as follows HOST USER PW PRIVS (shortened to save space) ---+-+---+--- localhost root All are set to 'Y' larry root (empty) All are set to 'Y' localhost (empty) (empty) All are set to 'N' larry (empty) (empty) All are set to

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Matt Read
] Sent: 18 July 2001 14:19 Subject: Problems with a simple JSP and mySQL connect Hello Everyone, I apologize if this has been answered in a previous post. I've been digging through old posts and and searching on the net for an answer to this problem. I am runnin Tomcat 3.2.2 and Apache

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Simon Chan
Which machine (host) and what db account you access the database from? "Howler D. Wolfe" wrote: I have data in this table as follows HOST USER PW PRIVS (shortened to save space) ---+-+---+--- localhost root All are set to 'Y' larry root (empty) All

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
=myUserNamepassword=myPassword); } } Matt. - Original Message - From: Howler D. Wolfe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 18 July 2001 14:19 Subject: Problems with a simple JSP and mySQL connect Hello Everyone, I apologize if this has been answered in a previous

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
Currently, I have it all on 1 machine, Tomcat, Apache, and MySQL, larry, and I am logged in as howler Simon Chan wrote: Which machine (host) and what db account you access the database from? Howler D. Wolfe wrote: I have data in this table as follows HOST USER PW PRIVS (shortened to

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
Simon, I miss read your question. The host machine is larry and the db account I use is root I hope that clarifies things. Thanks again John Brosan Simon Chan wrote: Which machine (host) and what db account you access the database from? Howler D. Wolfe wrote: I have data in this table

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Simon Chan
Your connection string should be jdbc:mysql://localhost/howlerdb?user=howlerpassword=winston2644 if howlerdb is your db name skc "Howler D. Wolfe" wrote: Currently, I have it all on 1 machine, Tomcat, Apache, and MySQL, larry, and I am logged in as "howler" Simon Chan wrote: > Which machine

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Matt Read
with a simple JSP and mySQL connect Simon, I miss read your question. The host machine is larry and the db account I use is root I hope that clarifies things. Thanks again John Brosan Simon Chan wrote: Which machine (host) and what db account you access the database from? Howler D

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
: Howler D. Wolfe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 18 July 2001 15:14 Subject: Re: Problems with a simple JSP and mySQL connect Simon, I miss read your question. The host machine is larry and the db account I use is root I hope that clarifies things. Thanks again John

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Simon Chan
] To: [EMAIL PROTECTED] Sent: 18 July 2001 15:14 Subject: Re: Problems with a simple JSP and mySQL connect Simon, I miss read your question. The host machine is larry and the db account I use is root I hope that clarifies things. Thanks again John Brosan Simon Chan