mysql start MySQL ERROR 1045 (28000): Access denied for user 'bill'@'localhost' (using password: YES) 

mysql连接1045错误

启动的时候用 --skip-grant-tables 

首先找到mysql.server

/usr/local/mysql/support-files

启动时 用sudo ./mysql.server start --skip-grant-tables