[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL Password
- Subject: Re: [cobalt-users] MySQL Password
- From: gadnet@xxxxxxxxx
- Date: Tue May 15 12:27:32 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
Just kill the processes of mysql and start the server again with
safe_mysql --skip-grant-tables
then conect to it and set the password for root
update user set password=PASSWORD('mypassword') where user='root';
then stop the server and start it in the old way.
Done.
Hope it helps.
> Hey I installed the MySQL pkg from http://pkg.nl.cobalt.com a couple of
> weeks ago and I went through steps just like on the site. That all went ok
> but since then I have been busy and forgot what I changed the root pass to.
> Is there any way to recover this? If not what is the best thing to do to
> get mysql back up and running. Thanks for the help.
>
> P.S. I installed the RaQ3-RaQ4-MySQL 3.22.32-1 pkg onto a RAQ4
> ------------------------
> Todd Woolums
> Wescris Solutions
> http://www.wescris.com
> twoolums@xxxxxxxxxxx
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>