hi, thanks for visiting my page here, i want to share something which i didnt know until recently. i always thought i could not rename a table because that option was not available in PHPmyAdmin panel. but there is.

lets say for example i have a table called: BlogUsers and i want to change the name to ForumUsers all i have to do is send this query:

RENAME TABLE BlogUsers TO ForumUsers

as you can see, its very easy. i hope this helps you