Help Password Problems!!

2001-12-15 Thread Gary Wheeler
Hi All, I've done a fool thing and changed the root password to mysql server, and evidently miss typed, because now it will not let me in. How can I get back into mysql to change this?? Please help as this is a production server!! Thanks, Gary

Re: Help Password Problems!!

2001-12-15 Thread Shankar Unni
Gary Wheeler wrote: > I've done a fool thing and changed the root password to mysql server, and > evidently miss typed, because now it will not let me in. How can I get back > into mysql to change this?? Please help as this is a production server!! See the standard documentation page at htt

Re: Help Password Problems!!

2001-12-15 Thread Miguel Angel Solórzano
At 16:57 15/12/2001 -0500, Gary Wheeler wrote: Hi, shell> BINDIR/safe_mysqld --skip-grant-tables & shell> BINDIR/mysql -u root mysql Make sure you run mysqladmin flush-privileges or mysqladmin reload afterward to tell the server to reload the grant tables. Regards, Miguel >Hi All, > >I've done