Our server is pretty similar to yours. We have MySQL3.22.19a on x86, OS
is RedHat 5.2, and we have the mm.mysql 1.0 driver. I modified your
applet to be an application by adding a main as shown below and
directing output to stdout/stderr rather than painting. (our access is
remote via ssh).
Changed to one of our tables and one of our logins, and it works fine
here.
Main was:
public static void main(String[] args) {
MySqlQueryApplet applet = new MySqlQueryApplet();
applet.init();
applet.start();
}
As Christian says, maybe you'd better send a stacktrace if it continues
to fail.
--
Cris Perdue
Impact Online, Inc.
http://www.volunteermatch.org