Menu
I am copying tables in a mysql database using ‘Create Table newTable Select * from oldTable’. It copys the table just fine but the shortcut buttons for edit, copy and delete are not there when I browse the new table. They are always there when any other table is displayed. Can someone tell me how to get these buttons to show when I browse my copied table? It may just be a format thing in phpmyadmin or do I need to add something to my query?
Thanks