Wednesday, July 24, 2013

Re: Local MySQL Instance not working from GAE version 1.8.0

Can you please switch a pattern like the one described in [1]?

[1] https://developers.google.com/cloud-sql/docs/native-mysql-gae#jdbc

-- Razvan ME


On Wed, Jul 24, 2013 at 12:39 PM, Roland Beuker <roland.beuker@arcus-business.com> wrote:
Until Googe App Engine version 1.7.6 we where using  a Local MySQL Instance During Development;

https://developers.google.com/appengine/docs/java/cloud-sql/developers-guide?hl=nl

appengine-java-sdk/bin/dev_appserver.sh \ --jvm_flag=-Drdbms.server=local \ --jvm_flag=-Drdbms.driver=com.mysql.jdbc.Driver \ --jvm_flag=-Drdbms.url=jdbc:mysql://localhost:3306/yourdatabase?user=username"&"password=password

But from Googe App Engine version 1.8.0 this is not working anymore because the Java Development
Server's JDBC driver doesn't find the local MySql driver...

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

What happened after version 1.7.6?





--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/bf13c77c-96b7-4230-ac42-f90845679df2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/CA%2BUvTg00EB%2B%3DVm3sHRVqDkViuyX%2BrBkwDLPTScUbMO%3D3XNZ3Uw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment