scott_gao 发表于 2023-8-30 11:14:57

windows部署后,客户端卡在启动界面

jdbc:mysql://127.0.0.1:3306/X?autoReconnect=true&allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8

以上连接 mysql 8.0 连不上,必须改成

jdbc:mysql://192.168.199.39:3306/?autoReconnect=true&allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8

系统提示部署成功

客户机访问服务器,局域网报错

论坛管理员 发表于 2023-8-30 16:11:47



上面127.0.0.1,这个只是给个样例参考,需要改为您自己的mysql数据库
您这里没给数据库名

scott_gao 发表于 2023-9-1 12:48:07

论坛管理员 发表于 2023-8-30 16:11
上面127.0.0.1,这个只是给个样例参考,需要改为您自己的mysql数据库
您这里没给数据库名



我新建了数据库例如 OA,就是连不上

scott_gao 发表于 2023-9-1 14:32:55

问题已经解决了,是数据库的问题;
页: [1]
查看完整版本: windows部署后,客户端卡在启动界面