A Simple Way To Change MySQL Table Name
- Forums
- MYSQL
- A Simple Way To Change MySQL Table Name
i will give you a simple query to execute to rename a mysql table in your database you can even use this command in your phpmyadmin panel [2333], Last Updated: Mon Jun 24, 2024
Darin
Tue Jan 03, 2012
0 Comments
515 Visits
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