Page 1 of 1

Changing of start ID

Posted: 08 Mar 2005, 11:53
by rrmu
Is it possible to change the Bug ID? I would like start with the number 20100, but the default is 0000001.
How can I change it?

Many Thanks
René

Posted: 08 Mar 2005, 13:23
by vboctor
I assume you have phpMyAdmin (http://www.phpmyadmin.net/).

- Select the Mantis database.
- Select the mantis_bug_table.
- Select Operations
- Towards the end, you will find a value followed by field name "auto_increment". Change this value to whatever value you want the next issue id to use.
- If you want you can also do the same for mantis_bug_text_table, to keep the id in the two tables in sync.

Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect

Thanks

Posted: 08 Mar 2005, 14:58
by rrmu
It works :)