Monday, November 28, 2011

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

Heh, I noticed that, I'm coming from Oracle where case isn't
important. It is in capital letters as that's the case I'm used too.
But yes, I created my table in uppercase. I tried lower case too just
to be sure. No dice.
What about my VM arguements:
Drdbms.server=local -Drdbms.driver=com.mysql.jdbc.Driver -
Drdbms.url=jdbc:mysql://localhost:3306/mysql55?
user=root&password=******&useInformationSchema=true&useUnicode=true&characterEncoding=UTF8&useServerPrepStmts=true
How do I know the URL is right? Where do I look to make sure this part
'localhost:3306/mysql55' is correct? I just copied the mysql55 part
from the MySQL Workbench
Thanks for your suggestions

No comments:

Post a Comment