Posted by Tahmidul
2016-07-16

Hello Tom,
I need to know, how can I change the default ID number ?
I want to use 1,2,3 instead of 1001,1002,1003 !

How can I do that ?
Posted by Tom
2016-07-17

Hi,

>I want to use 1,2,3 instead of 1001,1002,1003 !

Open web/install/sql/sql.txt in a text editor and find the following line:
) ENGINE=MyISAM AUTO_INCREMENT=1001 DEFAULT CHARSET=utf8;
1001 is the starting number for IDs. Change it to 1 ( or any number you want to start with. )