$sudo /etc/init.d/mysql start
Starting MySQL database server: mysqld . . ..
Checking for corrupt, not cleanly closed and upgrade needing tables..
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'
那么这时候可以去/etc/mysql/debian.cnf,找到里面的password
然后登录到mysql shell:
mysql> GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '
mysql> flush priviledges;
七中的
然后
$sudo /etc/init.d/mysql restart
看看:)
没有评论:
发表评论