专题文章
时长:00:00更新时间:2020-11-09 19:27:47
mysql问题:ERROR1045(28000):Accessdeniedforuser&a_MySQL:First things first. Log in as root and stop the mysql daemon. sudo /etc/init.d/mysql stop Now lets start up the mysql daemon and skip the grant tables which store the passwords.sudo mysqld_safe --skip-grant-tables&(press Ctrl+C now to d
查看详情