I have downloaded the database fields of one of the table of mysql database, now I want to restore them but I can't do that.
The problem is that in the database I have generated auto IDs and when I download the mysql database in a text file it has written queries for insertion of data with their auto IDs here is the example:
INSERT INTO Links VALUES (48, 'Internet Merchant Account', 'http://www._______.com', 'Can setup your business with a merchant account to accept all major credit cards and bank ATM Debit cards, at the lowest possible cost.\r\n');
the number '48' was auto generated when it was inserted in the database. any remedy for this?