Well after 3 times installing mysql, finally
got it working (tks to those whom help)
now I need to take care of user and root.
first root.
mysql> mysql -u root mysql
just want to confirm this is correct before I push enter.
mysql> update user set password=password('tko')
where user='root';
Then next this,
mysql> flush privileges;
So, this should add a password for root, yes?
and flush all other privileges?
Thanks-
Rick
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php