`
weigang.gao
  • 浏览: 470124 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

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"

 

 

参考:http://blog.csdn.net/isea533/article/details/50412212

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics