Modify lowest Customer ID

  • Posts: 71
  • Thank you received: 0
9 years 10 months ago #184629

-- HikaShop version -- : 2.3.5

Hi,

How can I set the customer ID to start at a specific number. The current ID is at 1084. However I'd like the customer ID to start at 11084, so that the next customer who registers gets ID 11085. Thanks!

Michel

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
9 years 10 months ago #184638

Hi,

You can run such query via your phpmyadmin (replace #__ with your table prefix):
ALTER TABLE #__hikashop_user AUTO_INCREMENT = 11084;

The following user(s) said Thank You: bmichu

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum