[mysql] Rename a table in MySQL

RENAME TABLE tb1 TO tb2;

tb1 - current table name. tb2 - the name you want your table to be called.