List:MySQL and Java« Previous MessageNext Message »
From:Cris Perdue Date:June 14 1999 6:02pm
Subject:Re: Newbie applet and mm.mysql question...
View as plain text  
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


Thread
Newbie applet and mm.mysql question...Richard Cannings14 Jun
  • Re: Newbie applet and mm.mysql question...Cris Perdue14 Jun