0
点赞
收藏
分享

微信扫一扫

Spring Boot集合MyBatis


一.安装mysql,可能遇到如下异常

①ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password)

http://jingyan.baidu.com/article/3ea51489e6cfbe52e61bba25.html

②FUNCTION mysql.passowrd does not exist

说明:password要使用大写,如下:

update user set password=PASSWORD("123456") where user="root"

 


举报

相关推荐

0 条评论