【发布时间】:2018-08-30 21:47:59
【问题描述】:
我正在尝试使用Jdbc 实用程序通过 SSL 从 Google AdWords 脚本(实际上是应用程序脚本)连接到自托管的 MySql 8 实例。我的代码遵循这些答案here 和here 中的规范。
无论我做什么,我仍然收到以下错误:
ERROR: Failed to establish a database connection. Check connection string, username and password.
【问题讨论】:
标签: ssl jdbc google-apps-script database-connection