NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
##ERROR 1045 (28000): Access denied for user 'song'@'localhost' (using password: YES) * 这个方法不管是passwd 正确还是错误都可以解决。 * 解决步骤 if the problem still exists try to force changing the pass 1. `/etc/init.d/mysql stop` 2. `mysqld_safe --skip-grant-tables & #任何人都可以登陆并获取所有全县不需要密码` 3. `mysql -u root` 4. `UPDATE user SET Password=PASSWORD(’newpassword’) where USER=’root’; ` //修改密码 5. `FLUSH PRIVILEGES; ` ###就这样完成了