• Resolved Daniel

    (@junglized)


    Hello,

    There is that case when I want to delete all existing subscribers (all 10 of them :)) and start adding new ones. After deletion, when I add first new subscriber, ID for that subscriber starts off at 11 instead of 1. How to reset the auto-increment in database to make it start at 1 after deleting all subscribers?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    The ID is generated by your database, you cannot reset or better you can reset it “truncating” the table with a database client.

    Thread Starter Daniel

    (@junglized)

    Thank you for your time and effort!

    I got it working eventually. I deleted ‘newsletter’ table with PhpMyAdmin and then reinitiated the plugin in Plugins section. Worked pretty well.

    Best regards, Daniel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reset subscriber ID?’ is closed to new replies.