sql >> Database >  >> RDS >> Mysql

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:

Instance Id bevat standaard de project-ID. Voeg dus niet expliciet opnieuw de project-ID toe.

Project-ID:sampleapp

Instantie-ID:sampleapp:instance1 (Dit is hoe google cloud sql standaard maakt)

Verbindingsreeks:

Correct:

jdbc:google:mysql://sampleapp:instance1/dbname?user=root&password="+password+"useUnicode=true&characterEncoding=UTF-8";

Juist

jdbc:google:mysql://sampleapp:sampleapp:instance1/dbname?user=root&password="+password+"useUnicode=true&characterEncoding=UTF-8";



  1. jBPM 6.5 + Tomcat 8 + Bitronix Transactie + Oracle 11G configuratie | Kan sessie java.lang.NullPointerException niet vastleggen

  2. Verwijder duplicaten uit Count() Resultaten in SQLite

  3. MySql.ConnectorNET.Data versus MySql.Data

  4. Een nieuwe kolom toevoegen aan een bestaande tabel in SQL Server (T-SQL)