gpt4 book ai didi

mysql - play framework - 连接linux mysql

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:06:46 26 4
gpt4 key购买 nike

我是新玩框架。我正在尝试连接到 linux 服务器上的 mysql 数据库。它不工作!

我收到一个错误:

A database error occured : Cannot connected to the database, Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

无论如何,我都可以通过我的 MySQL Work bench 连接 linux 服务器。

application.mode=dev
%prod.application.mode=prod

jpa.ddl=update

db.url=jdbc:mysql://<ipaddress>:3306/<database>?useUnicode=false&characterEncoding=ISO-8859-1&connectionCollation=utf8_swedish_ci
db.driver=com.mysql.jdbc.Driver
db.user=<user>
db.pass=<password>

最佳答案

确保您在配置文件中为 mysql 设置了正确的 IP 地址和端口号(以及正确的用户名/密码)。

您可以检查 mysql 是否正在监听该端口(尝试 netstat -an | grep 3306)。

关于mysql - play framework - 连接linux mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12320651/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com