> now i changed the root password just fine
> but now i have to enter it every time i run mysqladmin
> even "mysqladmin version" reqires a "-p"
>
> tell me there's a simpler way....

http://www.mysql.com/doc/C/o/Connecting.html

* You can specify connection parameters in the [client] section of the
`.my.cnf' configuration file in your home directory. The relevant section of
the file might look like this:

[client]
host=host_name
user=user_name
password=your_pass


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