[thelist] using mySQL with JSP/Tomcat

Michael Kimsal michael at tapinternet.com
Fri Jul 5 15:57:00 CDT 2002


Tom Dell'Aringa wrote:
> I don't imagine there are many folks out there today, but I'll fire
> this up anyway.
>
> I wanted to write a little appliation to use on my machine in JSP. I
> have Jakarta/Tomcat installed and running fine. I just downloaded
> mySQL but have no experience with it whatsoever.
>
> I've taken a cursory look through the docs, and I had a couple of
> questions someone might be able to clear up:
>
> 1) Is there a graphical interface for mySQL in lines with what you
> would see when you use Access or even SQLServer?
>
mysql.com has links to 2 - mysqlcc and mysqlgui I think they are.  Both
work under Windows *ok* but aren't 'release' products yet (still
in development from what I can see).

You're probably not being able to connect because MySQL isn't allowing
connections from the outside (or are you doing this client
on the same machine as the MySQL server?)  You need to tell mysql
to let users accounts connect in from the outside. (add a new user
in the mysql user table and put % for the host, IIRC)



Michael Kimsal
http://www.logicreate.com
734-480-9961





More information about the thelist mailing list