Re: Lost root password

2002-07-22 Thread Chris Grigor
1. Take down the mysqld server by sending a kill (not kill -9) to the mysqld server. The pid is stored in a `.pid' file, which is normally in the MySQL database directory: shell kill `cat /mysql-data-directory/hostname.pid` You must be either the Unix root user or the same user

Re: Lost root password

2002-07-22 Thread Chris Grigor
1. Take down the mysqld server by sending a kill (not kill -9) to the mysqld server. The pid is stored in a `.pid' file, which is normally in the MySQL database directory: shell kill `cat /mysql-data-directory/hostname.pid` You must be either the Unix root user or the same user