Home > Database > Mysql Tutorial > ERROR 1045 (28000): Access denied for user 'axt&

ERROR 1045 (28000): Access denied for user 'axt&

WBOY
Release: 2016-06-07 15:50:02
Original
1451 people have browsed it

环境:MySQL Sever 5.1 MySQL命令行工具 问题:MySQL用户远程登录遇到此问题:ERROR 1045 (28000): Access denied for user 'axt'@'localhost' (usingpassword: YES)。 如图: 解决: 新创建的用户不能立即失效,执行以下命令后重启 MySQL 服务即可。 flush

环境:MySQL Sever 5.1 + MySQL命令行工具


问题:MySQL用户远程登录遇到此问题:ERROR 1045 (28000): Access denied for user 'axt'@'localhost' (usingpassword: YES)。


如图:


ERROR 1045 (28000): Access denied for user 'axt&


解决:

 

新创建的用户不能立即失效,执行以下命令后重启MySQL服务即可。

 

flush privileges;
Copy after login


参考资料:

求助数据库连接:ERROR 1045 (28000): Access denied for user (using password: YES)


怎么用mysql命令行登录,进入mysql命令行?






Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template