旧环境是建立在CF2016和MySQL 5.7的基础上的。新环境是CF2021和MySQL 8.0.27。此外,我们还拆分了CF服务器和MySQL服务器,因此它们是两个不同的服务器。我们在CF代码中有一个函数,它创建csv文件(本地)并插入到MySQL服务器的表中。Loading local data is disabled; this must be enabled on both the client and server sides)
我已经在my.cnf中设置了
我正在尝试将远程mySQL数据库连接到我的Java代码。@2b7374f8 returned null for URL:jdbc:mysql:sg2plcpnl9557.produc.sin1.secure.net:3312/abc server.port=8090
#Basic Spring Boot Config for O