#
,
기
mysql
근
.
~cpp
shell> killall mysqld
#
고
.
게
.
~cpp
shell> safe_mysqld --skip-grant &
# mysql .
# mysql db root 고 경 .
~cpp
shell> mysql
~cpp
mysql> use mysql;
mysql> UPDATE user SET password=PASSWORD('') where user='root';
mysql> FLUSH PRIVILEGES