Re: mysqld under FreeBSD

2001-08-13 Thread Antônio Carlos Venâncio Júnior
Friend, I think this is a JSP problem (mm driver). =) Try to see if your driver is using an user that is allowed to connect to it from where you are trying to. ;) On Sun, 29 Jul 2001 22:30:46 +0800 gokeeper <[EMAIL PROTECTED]> wrote: | i am running mysql 3.23.40 and tomcat 3.2.3

RE: mysqld under FreeBSD

2001-07-30 Thread Haapanen, Tom
What hostname are you providing JSP? If you want to replicate the behaviour of your mysql command, it needs to be "localhost" or 127.0.0.1, not the network name of your server. If you are using the server name, then you need to use mysql command the same way, too: ./mysql -u root -h servername -