时间:2021-07-01 10:21:17 帮助过:6人阅读
有时会遇到回应信息如下:
Cannot create PoolableConnectionFactory (Access denied for user ‘root‘@‘10.0.1.23‘ (using password: YES))
这是数据库拒绝远程用户连接权限
解决方案:
在远程服务器的MySql中修改用户授权
如:授权test用户拥有testDB数据库的所有权限(某个数据库的所有权限):
mysql>grant all privileges on testDB.* to test@localhost identified by ‘1234‘; mysql>flush privileges;//刷新系统权限表
显示权限
show grants for test@‘localhost‘;
Jmeter JDBC Request--测试数据库连接 拒绝解决方案
标签:oca connect jdbc for cto 服务器 pass 显示 tor