I delete a table into the database . How to create e new table into the database'??I have one copy backup for this table( have exported this table ).How to recreate this table?? thank ypu
Import the backup using phpmyadmin.
Quote from: Nibbler on September 30, 2005, 07:27:44 PM
Import the backup using phpmyadmin.
yes i have imported Imported the backup using phpmyadmin and i se that error : #1146 - Table '********_******.***_groups' doesn't exist . ????? Help me.
Quote from: crashoverride on September 30, 2005, 07:33:31 PM
Quote from: Nibbler on September 30, 2005, 07:27:44 PM
Import the backup using phpmyadmin.
yes i have imported Imported the backup using phpmyadmin and i se that error : #1146 - Table '********_******.***_groups' doesn't exist . ????? Help me.
Up
then you have imported only data and not the structure
probably means that your dump is incomplete and therefor useless unless you know your way around. Take a look at coppermine's sql folder - the queries needed to create blank tables are there. You will have to know what you're doing though. I recommend getting professional help, or starting from scratch and restoring as much as you can from your dump and files. For details, you would have to post what table you deleted.