phpmyadmin - Removing tables that don't exist -
i have tables showing in left frame of phpmyadmin not showing in right. i'm getting errors in err file in ssh , want remove these tables, not linked in website, old tables need removed. how remove them?
i've tried ssh, nothing happens when use drop command in mysql.
you can see facileforms tables on left, not show on right. how remove them?
i can't post picture yet, here link it.
https://dl.dropboxusercontent.com/u/4436859/screenshot-2014-03-24-12.12.jpg
these kind of situation comes when 1 of following cases occurs:
i) less space available on database server
ii) there configuration issue regarding innodb database
iii) trying copy database 1 location in terms of copying db files only
iv) server upgrade has been done.
in cases best way overcome create new database , import sql file (if have backup of it)
Comments
Post a Comment