# /etc/init.d/mysql stop
# mysqld_safe --skip-grant-tables &
# mysql -u root mysql> use mysql; mysql> update user set password=PASSWORD("newrootpassword") where User='root'; mysql> flush privileges; mysql> quit # /etc/init.d/mysqld stop # /etc/init.d/mysql start Beress!!!
Tidak ada komentar:
Posting Komentar