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" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
