er.java:130) at
> > Server.obtainPK(Server.java:44)
> > at Server.main(Server.java:145)
> >
> > For this code:
> >
> > Class.forName("org.gjt.mm.mysql.Driver").newInstance();
> > DriverManager.getConnection("jdbc:mysql://localhost:3306/test
").newInstance();
> DriverManager.getConnection("jdbc:mysql://localhost:3306/test","root","caracola");
> Someone has suggested me to configure something else, something like my.cnf,
> but I have not found it.
> Somebody Know a similar archive and how I m
Server.obtainPK(Server.java:44)
at Server.main(Server.java:145)
For this code:
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
DriverManager.getConnection("jdbc:mysql://localhost:3306/test","root","caracola");
Someone has suggested me to configu