R: R: App + ConnectorJ + MXJ deployment
"tech" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Organization | edoss consulenze |
| Message-ID | <[email protected]> |
Hi Eric, which port? The 3306 or 3336 ? Cheers Roberto -----Messaggio originale----- Da: Eric Herman [mailto:[email protected]] Inviato: lunedì 25 settembre 2006 14.03 A: tech Cc: [email protected] Oggetto: Re: R: App + ConnectorJ + MXJ deployment Hi Roberto, At first glance, the only serious issue I see is that it looks like the port was forgotten in the JDBC URL connection string: > dbConn = DriverManager.getConnection("jdbc:mysql://localhost/" + > DATABASE + "?user=" + USERID + "&password=" + PASSWORD); That should really look more like: "jdbc:mysql://localhost" + port + "/" + ... -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/[email protected]