Monday, November 28, 2011

Re: Is is possible to access Google Cloud SQL while running locally?

Thanks, that narrowed it down further.
I used c = DriverManager.getConnection("jdbc:mysql://localhost:3306/
mysql55?
user=root&password=******&useInformationSchema=true&useUnicode=true&characterEncoding=UTF8&useServerPrepStmts=true
");
to do it by hand and got an error:
java.sql.SQLException: No suitable driver found for jdbc:mysql://
localhost:3306....
So I'm guessing it isn't able to find the driver but the wiring in the
VM arguements looks good. Any suggestions?

No comments:

Post a Comment