Re: mysql_history file?

2003-08-01 Thread Egor Egorov
[EMAIL PROTECTED] wrote: it's like bash_history.. command history (used with up/back key mostly) You want to get rid of it for good: ln -sf /dev/null .mysql_history or run mysql client with -q option. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This

mysql_history file?

2003-07-31 Thread Jean Hagen
We're just getting started with MySQL on Linux; I was browsing my home directory and found a file called .mysql_history. It contains a history of all mysql commands I've entered - including logging on, setting passwords for users, etc. Sure enough, other users of mysql have the same file.

Re: mysql_history file?

2003-07-31 Thread colbey
it's like bash_history.. command history (used with up/back key mostly) You want to get rid of it for good: ln -sf /dev/null .mysql_history On Thu, 31 Jul 2003, Jean Hagen wrote: We're just getting started with MySQL on Linux; I was browsing my home directory and found a file called