Re: Something like my.cnf

2003-08-18 Thread Maria Dolores Moral
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

Re: Something like my.cnf

2003-08-18 Thread Zomer Pi (ZPP)
").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

Something like my.cnf

2003-08-14 Thread Maria Dolores Moral
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