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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jquery - Keeping Kendo Datepicker in min/max range -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -