sudo /etc/init.d/mysql stop sudo mysqld --skip-grant-tables & mysql -u root mysql UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;
โดยใส่ password ที่ต้องการใที่ 'YOURNEWPASSWORD' จากนั้นสั่ง start mysql ใหม่แล้ว login ด้วย password ใหม่ได้ทันที
ที่มา - ubuntu.flowconsult.at
ไม่มีความคิดเห็น:
แสดงความคิดเห็น