JamesThePanda Posted March 2, 2009 Share Posted March 2, 2009 Im having trouble I want to rename a table in phpmy admin but I cant fin how to do it. It is easy to edit a field. help any one? Link to comment https://forums.phpfreaks.com/topic/147587-solved-how-to-edit-table-name-in-phpmyadmin/ Share on other sites More sharing options...
Maq Posted March 2, 2009 Share Posted March 2, 2009 Select database with the table Click on the "SQL" tab run this query: RENAME TABLE tbl_name TO new_tbl_name Link to comment https://forums.phpfreaks.com/topic/147587-solved-how-to-edit-table-name-in-phpmyadmin/#findComment-774817 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.