【发布时间】:2013-10-03 08:32:24
【问题描述】:
我在 mysql root 帐户中创建了一个用户 (1caap),并为该用户授予了对我的一个数据库的只读权限。现在我的客户(1caapuser)无法访问这个数据库。我已经使用 Workbench 建立了连接。他在尝试使用 DBVisualizer 访问此数据库时遇到以下错误:
An error occurred while establishing the connection:
Type: java.sql.SQLException Error Code: 1045 SQL State: 28000
Message:
Access denied for user '1caapuser'@'x.x.x.x' (using password: YES)
如果我最早错过任何设置,请帮助我。
【问题讨论】:
标签: mysql dbvisualizer