How to create e new table into the database?? How to create e new table into the database??
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to create e new table into the database??

Started by crashoverride, September 30, 2005, 07:26:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crashoverride

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

Nibbler


crashoverride

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.

crashoverride

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

Stramm

then you have imported only data and not the structure

Joachim Müller

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.