mysql을 무사히 설치하고
mysql_install_db 를 한후에
root 패스워드 지정해 주기 위해
mysqladmin -u root password 머시기
이렇게 해주면
You must have privileges to update tables in the mysql
database to be able to change passwords for others
이런 메세지와 함께 변경이 불가능하네요.root구요.
safe_mysqld도 실행되어 있습니다.-Sg모드로도 해보았는데
되질 않습니다.패스워드가 안되니 접속을 할수 없네요.
방법없나요?