lucas555 Member Licensed User Longtime User Mar 17, 2021 #1 Hi, I'm trying to connect to Google CLOUD with rdc connector, Is there someone who did that with any success i tried : #AdditionalJar:mysql-connector-java-8.0.22.jar jdbcUrl="jdbc:mysql://xx.xx.xx.xx:3306/dbname?cloudSqlInstance=meta-vista-something&useSSL=false thks in advance guys
Hi, I'm trying to connect to Google CLOUD with rdc connector, Is there someone who did that with any success i tried : #AdditionalJar:mysql-connector-java-8.0.22.jar jdbcUrl="jdbc:mysql://xx.xx.xx.xx:3306/dbname?cloudSqlInstance=meta-vista-something&useSSL=false thks in advance guys
Erel B4X founder Staff member Licensed User Longtime User Mar 18, 2021 #2 Which error do you get? Are you sure that the database is open for remote connections? Upvote 0
lucas555 Member Licensed User Longtime User Mar 18, 2021 #3 Solved ! i just add to put the ip address only like a regular connection that it Thanks you Erel Upvote 0