Mysql 无法解释的Jdbc.getConnection()远程连接问题

Mysql 无法解释的Jdbc.getConnection()远程连接问题,mysql,google-apps-script,connection,remote-access,Mysql,Google Apps Script,Connection,Remote Access,各位同事: 函数中出现错误的原因可能是什么 var conn = Jdbc.getConnection('jdbc:mysql://www.uplaunched.com:3306/uplaunc1_MailerBees',{user: 'uplaunc1_googlescript', password: 'xxxxxxxxx'}); 相同的参数。。。 通过Navicat的连接可以正常工作,但来自Google脚本的连接无法正常工作 托管: 计算机地址和谷歌服务器地址被列入白名单。Navicat

各位同事:

函数中出现错误的原因可能是什么

var conn = Jdbc.getConnection('jdbc:mysql://www.uplaunched.com:3306/uplaunc1_MailerBees',{user: 'uplaunc1_googlescript', password: 'xxxxxxxxx'});
相同的参数。。。 通过Navicat的连接可以正常工作,但来自Google脚本的连接无法正常工作

托管:

计算机地址和谷歌服务器地址被列入白名单。Navicat工作得很好! 你建议做什么

错误:

问题出在托管技术人员的“歪手”上。 并非所有谷歌服务器地址都被列入了白名单。 问题的解决方案如下:


请将您的问题显示在您收到的错误/异常消息中。正如@O.Jones的消息所说的,有关错误的更多信息将非常好。还有数据库名
uplaunc1\u MailerBees
?你确定了吗?