摘要: 问题: MySQL在使用过程中,使用JDBC连接时,报: Access denied for user ‘root’@’localhost’异常。 解决: 1、进入MySQL安装目录,执行命令: mysql -u root 2、授权 grant all privileges on *.* to 'r 阅读全文
posted @ 2019-01-25 16:21 hongweigg 阅读(28) 评论(0) 推荐(0)