View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 08:14 AM
mdavila78
 
Posts: n/a
Default Clear MySQL History - Remotely

Hi 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?

Reply With Quote