Clear MySQL History - Remotely
am 23.09.2006 17:36:57 von mdavila78Hi there,
I was wondering if it's possible to Clear MySQL's History Remotely.
Considering that you only have root access to the database but no
access to the linux box.
I found something in Goggle to do this, but you need to have access to
the linux box:
cat /dev/null > ~/.mysql_history
How can you do this remotely with only root access to the database and
not to the linux box?