never had to actually do this:
how do you simply change a tables name
don't want to build a new table and /or import everything
thx
got it:
ALTER TABLE `oldname` RENAME `newname` ;