知识
助手
最大化  清空记录  历史记录
   1032  
查询码: 00000453
mysql数据库连接问题自查
作者: 系统管理员 于 2021年12月07日 发布在分类 / 配置安装 / 数据库及SQL脚本 ,于 2021年12月07日 编辑

检查过程

1.确认数据库版本为5.7或5.1  select version();

2.linux环境下:需要检查大小写不敏感配置开启;

show global variables like '%case%';
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| lower_case_file_system | ON    |
| lower_case_table_names | 0     |

3.检查jdbc配置文件格式

4.检查通过客户端测试的连接配置和数据库访问状态

--------


常见报错类型

Connections could not be acquired from the underlying database!

could not create connection to database server.


0人参与


 历史版本

修改日期 修改人 备注
2021-12-07 11:33:23[当前版本] 系统管理员 格式调整
2021-12-07 11:28:11 系统管理员 创建版本

  目录
    wcp知识库系统-京ICP备15024440号-1 -V 5.1.3 -wcp