Page 1 of 1

[SOLVED] Reset Event index?

Posted: Fri Jun 24, 2011 12:23 am
by falcon15500
Hey guys,

A small question (I hope). Where can I find the Event index number, so I can reset it? I have done a wiki and forum search but I guess the terms "event", "index" & "number" are a bit too generic. :)

Regards,

M.

Edit: I expected that it would be somewhere in the db, but I can't find it.

Re: Reset Event index?

Posted: Fri Jun 24, 2011 7:04 am
by mastertheknife
Its an auto-incrementing field in the Events table as far as i remember. You can use phpmyadmin to change it.

mastertheknife

Re: Reset Event index?

Posted: Fri Jun 24, 2011 7:29 am
by falcon15500
Lol. Yeah, sorry... Auto_Increment finally seeped into my dim consciousness and I fixed it up with:

Code: Select all

ALTER TABLE Events AUTO_INCREMENT=1
Thanks for your help.

M.