[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
buglet in my.cnf parsing/handling
I consider this a bug... other might not.
I have:
.my.cnf:
-------
[client]
password
host = mysql.rollanet.org
[mysql]
verbose
-------
If I type "mysql" by itself, everything works fine. But if I try to use
"-ppassword" on any tool, it fails. I think that "password" in the config
shouldn't trigger if the password is specified on the command line.
The problem is that if you have "password" in the config to make interactive
use convenient, any non-interactive use with a different wired password will
never work.
-- Nathan
------------------------------------------------------------
Nathan Neulinger EMail: nneul@xxxxxxx
University of Missouri - Rolla Phone: (573) 341-4841
Computing Services Fax: (573) 341-4216
---------------------------------------------------------------------
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 <mysql-thread67373@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
This mailing list archive is a service of Copilot Consulting.