thomasjojo
Newbie

Posts: 17
|
 |
« Reply #2 on: September 07, 2010, 11:23:40 am » |
|
yes I try, but the SQL query says error when I try to re/create the database, in phpmyadmin.. locally.
also on server.
what database table contains the users ? can I manually insert them... ?
" Table 'dbname.table' doesn't exist " I get.
my db looks like this:
-- Dumping data for table `findthailove`.`bak_community_fields` -- INSERT INTO `databasename`.`bak_community_fields` (`id`,`type`,`ordering`,`published`,`min`,`max`,`name`,`tips`,`visible`,`required`,`searchable`,`registration`,`options`,`fieldcode`) VALUES (1,'group',1,1,10,100,'Basic Information','Basic information for user',1,1,1,1,'',''), (2,'select',2,1,10,100,'Gender','Select gender',1,1,1,1,'Male\nFemale','FIELD_GENDER'), (3,'date',3,1,10,100,'Birthday','Enter your date of birth so other users can know when to wish you happy birthday ',1,1,1,1,'','FIELD_BIRTHDAY'), (4,'text',4,1,5,250,'Hometown','Hometown',1,1,1,1,'','FIELD_HOMETOWN'),
what do I have to CHANGE to write the tables and the values into them ??
|