Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
importing a database
after trying to move vanilla from my old server to my new one and having no luck i decided to try to just do a fresh installl, wipe the database and then try to import the old database using phpmyadmin. its not wokring though and i'm getting this error...
-- Table structure for table `LUM_Category`
--
CREATE TABLE `LUM_Category` (
`CategoryID` int( 2 ) NOT NULL AUTO_INCREMENT ,
`Name` varchar( 100 ) NOT NULL default '',
`Description` text NOT NULL ,
`Order` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `CategoryID` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =14;
...any ideas on how to import an old database into a clean one?
0
This discussion has been closed.
Comments