• Web & Programming 29.08.2008

    Untuk penyelesaian masalah apabila sempat kelupaan password root pada MySQL server dengan sistem operasi Linux Ubuntu atau Debian bisa digunakan perintah berikut:

    sudo /etc/init.d/mysql stop
    sudo mysqld –skip-grant-tables
    mysql -u root mysql
    UPDATE user SET Password=PASSWORD(’Password_Baru’) WHERE User=’root’;
    FLUSH PRIVILEGES;
    exit;

    Posted by Ikhwan Arief @ 8:51 am

  • Leave a Comment

    Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.