BlakIce
03-22-2005, 09:26 PM
I have a mambo site that crashed today and Servint was very helpfull in rolling back my vps to correct the problem but the roll back was before some signups (about 300) so i downloaded a backup of the user table in phpmyadmin and now that everything is fixed I want to import the sql file into the table when i try i just get blank lines where the data is so I was looking at the import tools and found out I was missing info so I wanted to know if you guys could tell me the correct parameters.
Here is a line from the backed up file...
INSERT INTO `mos_users` VALUES (66, 'Test', 'Test', 'DavidM06@Gmail.com', 'b25c62201b920679722a7f1086fcd9f4', '', 0, 0, 18, '2005-01-26 15:01:46', '2005-02-03 12:31:43', '', '');
What i need to know is, what are the
Fields terminated by
Fields enclosed by
Fields escaped by
Lines terminated by
any suggestion would be helpfull
Here is a line from the backed up file...
INSERT INTO `mos_users` VALUES (66, 'Test', 'Test', 'DavidM06@Gmail.com', 'b25c62201b920679722a7f1086fcd9f4', '', 0, 0, 18, '2005-01-26 15:01:46', '2005-02-03 12:31:43', '', '');
What i need to know is, what are the
Fields terminated by
Fields enclosed by
Fields escaped by
Lines terminated by
any suggestion would be helpfull
