[SOLVED] g2_ExternalIdMap Dropped
jeepinaround
Joined: 2003-06-14
Posts: 5 |
Posted: Thu, 2011-01-20 05:25 |
I inadvertently dropped my table while trying to delete an entry in the g2_ExternalIdMap Yeah I know oops. Can some one give me a sql command to recreate this table? Or if I go back to my installer and I delete the existing tables and do a fresh install on the database portion of the installer, I will lose all current user data and image data that has existed in my gallery for years correct? |
|
Posts: 8339
ExternalIdMap is used to keep track of users from an embedding CMS or other user app. So you'll want to remap those users from any external app.
if you're not using InnoDB replace the engine with:
ENGINE=MyISAM DEFAULT CHARSET=latin1;
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 5
Yes I switched to a new forum and needed to empty the table for the new bridge and inadvertently dropped the table. That was the error I was getting. thank you for the SQL query that worked and fixed my problem