[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] MySQL



shell> mysql -u root -pcobalt-mysql
mysql>use mysql;
mysql> UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';
mysql> FLUSH PRIVILEGES;

or i believe this will work too:
shell> mysqladmin -u root cobalt-mysql new_password

-Rob

----- Original Message ----- 
From: "Kevin M Carolan" <kevinc@xxxxxxxxxxxxxxxx>
To: "Cobalt-Developers@xxxxxxxxxxxxxxx" <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Saturday, December 01, 2001 10:58 AM
Subject: [cobalt-developers] MySQL


> Ok should probably get this out of the way.
> 
> I have just installed mysql and the instructions state:
> 
> "If installed as a new pkg, please change the default MySQL root user
> password (defined as 'cobalt-mysql')"
> 
> What does this mean? and where do I do it, I am sorry to ask such a stupid
> question but have not messed with mysql yet.
> 
> Thanks
> Kevin
> 
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers