Shhhhhhhhh!
It should work, but dont tell to anyone else
go to the directory where mysql is installed
then int the 'data' directory and finally into the
<database-name> directory
the files here in will be
with extensions frm, MYD, MYI
since there isnt any table name
look for file
.frm
.myd
.myi
there might be spaces in there as well, so
also check for that
the format is
<table-name>.frm
<table-name>.MYD
<table-name>.MYI
just rename the files to any <table-name> (all 3 same)
and voila, you have renamed your mysql tables
now do whatever u want
:p