> Two things that I am sure will be answered very quickly.
>
> 1) I have a development box that I have successfully installed and
> configured 3 seperate instances.  Each instances has its own port
> number.
> When playing around with mysqladmin I know I can specify the port
> number as
> an option, but what I cannot figure out is how to change the password.
> What is the default password that is used whenever the tables are created
> for root?

it's null, you can login as root with no password initially

> 2) second what is the syntax for changing that blasted password.

update user set password=password('changeme') where user='root';


---------------------------------------------------------------------
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

Reply via email to