Advertisement
zzdhxu

Untitled

Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Checking API credentials.
  2. Enter the name of your Cloud project: Listing Cloud SQL instances.
  3. 1: <project info>
  4. Please enter the number of the instance you want to use [1]: Please enter MySQL username [*****]: Please enter MySQL password: Jun 20, 2018 XXX PM com.google.cloud.sql.mysql.SocketFactory connect
  5. INFO: Connecting to Cloud SQL instance [<project info>].
  6. Jun 20, 2018 XXX PM com.google.cloud.sql.mysql.SslSocketFactory getInstance
  7. INFO: First Cloud SQL connection, generating RSA key pair.
  8. Jun 20, 2018 XXX PM com.google.cloud.sql.mysql.SslSocketFactory fetchInstanceSslInfo
  9. INFO: Obtaining ephemeral certificate for Cloud SQL instance [<project info>].
  10. Jun 20, 2018 XXX PM com.google.cloud.sql.mysql.SslSocketFactory createAndConfigureSocket
  11. INFO: Connecting to Cloud SQL instance [<project info>] on IP [x.x.x.x].
  12. Wed Jun 20 XXX 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  13.  
  14.  
  15.  
  16. Use the following JDBC URL after creating a database:
  17.  
  18. jdbc url here
  19.  
  20. Username: *****
  21. Password: <yes>
  22.  
  23.  
  24.  
  25.  
  26. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement