killall mysqld
# mysqld_safe --skip-grant-tables&
#mysql mysql
mysql > UPDATE user SET password=password('New Password') where user='root';
mysql > FLUSH PRIVILEGES;
mysql > exit

arrow
arrow
    全站熱搜

    liuchiu 發表在 痞客邦 留言(0) 人氣()