一.安装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.youkuaiyun.com/isea533/article/details/50412212
本文针对MySQL安装过程中出现的错误1045及FUNCTION mysql.password does not exist等问题提供了解决方案,包括权限设置及密码更新的具体步骤。
1586

被折叠的 条评论
为什么被折叠?



