Exceeded the 'max_updates'

Whilst generating a csv file from excel and uploading to my database, I now get the following message:

[COLOR=“Red”]***User ‘_admin’ has exceeded the ‘max_updates’ resource (current value: 50000)***[/COLOR]

How do I upload a csv file that contains useful table data without exceeding the ‘max_updates’ resource limit?

Note, at the moment I am only trying to import upto 50 records.

How large is the file you are importing?

What I have done is use a csv import script with the semi-colon as the list seperator. Then I have created my data in excel, saved in csv format then uploaded the data.

The csv file is 8k.

When I run the script I get the max updates resource error. When I look in my database I see records 3 - approx 49000 contain a single Null in the next field after the auto_increment field.

If I clear the data by a delete query and then try to insert data again manualy, the increment count always starts at 50000.