Thread
:
MySQL clear history file ~/.mysql_history
View Single Post
#
2
(
permalink
)
04-16-2008, 10:55 AM
agn
Member
User
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power:
1
Code:
cat /dev/null > ~/.mysql_history
or if you don't want mysql to log the queries you can set $MYSQL_HISTFILE to /dev/null.
agn
View Public Profile
Send a private message to agn
Find all posts by agn