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.
[SOLVED] Reset Event index?
-
- Posts: 5
- Joined: Wed Jun 22, 2011 11:22 pm
[SOLVED] Reset Event index?
Last edited by falcon15500 on Fri Jun 24, 2011 7:30 am, edited 1 time in total.
-
- Posts: 678
- Joined: Wed Dec 16, 2009 4:32 pm
- Location: Israel
Re: Reset Event index?
Its an auto-incrementing field in the Events table as far as i remember. You can use phpmyadmin to change it.
mastertheknife
mastertheknife
Kfir Itzhak.
-
- Posts: 5
- Joined: Wed Jun 22, 2011 11:22 pm
Re: Reset Event index?
Lol. Yeah, sorry... Auto_Increment finally seeped into my dim consciousness and I fixed it up with:
Thanks for your help.
M.
Code: Select all
ALTER TABLE Events AUTO_INCREMENT=1
M.