Hi -check if yout mysql.jar is in WEB-INF/lib -check if it contains the same class as stated in the jdbc.xml file (jar tf mysq.jar | grep Driver) -check if mmbaseroot.xml <property name="database">mysql</property > of non existing..
-check if mysql allows you to connect to the dabase from "internet" mysql seams to be picky about what is calls a host (sometimes the jdbc url must be someting like (127.0.0.1 or localhost or localhost.locadomain) jdbc.xml don't use the old mysql user=sadf&passwd=sadf syntax but use the property name="user" bla die bla. P.S. still it looks like you did not download the mysql jdbc driver (something like) mysql-connector-java-2.0.14.tar.gz (untar en copy the jar in WEB-INF/lib/) On Wednesday 22 January 2003 03:41 pm, [EMAIL PROTECTED] wrote: > I have this weird problem, trying to connect MMBase with MySQL, having > installed the suitable drivers (downloaded them form the mysql site) and > trying to create a connectionpool.
