Fc4+mysql4.1
我在Mysql里面建了一个che用户:
grant all on * to che@localhost identified by '123';
在终端下可能用mysql -h localhost -u che -p123连接,
但我在Jsp页面里面连接Mysql时却出现错误:
"Access denied for user 'che'@'localhost.localdomain' (using password: YES)"
拒绝访问,怎么我的che@localhost变成了[email protected]了呢。