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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

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