From: Jani Tolonen Date: April 9 1999 4:07am Subject: forgot root password List-Archive: http://lists.mysql.com/mysql/1567 Message-Id: <14093.31740.450593.685812@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Harmony writes: > Hi, I forgot the root password for MySQL server. > What can I do now? > > Please help. Thanks. Hello! Login as root, or as the person that mysqld is running as. Kill the mysqld process. Restart mysqld with --skip-grant (or -Sg) and use "mysql" to change password. Do mysqladmin reload. Yours, Jani -- +---------------------------------------------------------------------+ | TcX ____ __ _____ _____ ___ == mysql@stripped | | /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Jani Tolonen | | /*/ /*/ /*/ \*\_ |*| |*||*| mailto: jani@stripped | | /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Helsinki | | /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Finland | | ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ | | /*/ \*\ Developers Team | +---------------------------------------------------------------------+