Am 19.10.2011 17:45, schrieb Tim Johnson:
> * Reindl Harald <h.rei...@thelounge.net> [111018 23:24]:
>> Am 19.10.2011 01:36, schrieb Tim Johnson:
>>>> try "mysql -u tim -p"
>>>  Same error:
>>>  ERROR 1045 (28000): Access denied for user 'tim'@'localhost' (using 
>>> password: NO)
>>>>> and enter yur password in the followed dialog
>>>  Doesn't even ask for the pwd..
>>
>> then your mysql CLIENT is broken or somehow misconfigured or "overwritten" 
>> with a dumb alias
>> what says "which mysql"?
>   <blush> you nailed it! Thank you.
> 
>   mysql $1 $2 ## where is $3?
> 
>   I've been trying to think of a way of covering up this dumb
>   mistake, but I'm just going to come out and say it. 
>   I'd set up this quick and dirty script (because at the time,
>   being new to the OS, couldn't figure out how to do a proper alias
>   or symlink)
>   and forgot about it....

~/.bashrc

[root@buildserver:~]$ which mysql
alias mysql='/usr/bin/mysql -p'
        /usr/bin/mysql


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to