php - create table in mysql issue -
i trying create table in mysql name customer_wallet. getting error table exist. can not see table in phpmyadmin.
i tried drop table,
drop table customer_wallet; and getting error:
#1051 - unknown table 'customer_wallet' why this? table hidden somewhere?
is there way solve problem? thanks.
goto mysql prompt , use drop table delete specified table.
Comments
Post a Comment