Monday 8 June 2015

How to start with a different Customer ID in Magento?

But it will done by MySql query. Run the below query manually and
 you will get the user id starts from 200001.
 
 
ALTER TABLE customer_entity AUTO_INCREMENT = 200001;