50626/how-can-i-reset-my-auto_increment-column-in-mysql
Hi Pratim,
I understand your issue.
I think you can try this with this code snippet.
ALTER TABLE `users` AUTO_INCREMENT = 1;
Thanks
I hope it will help you out.
If you want to set it to ...READ MORE
You can try out the following query: INSERT ...READ MORE
A Table can have a Composite Primary Key which ...READ MORE
Windows mode and Mixed Mode – SQL ...READ MORE
What you want to accomplish isn't possible ...READ MORE
You can connect your Java code with ...READ MORE
you need to use OMS to read ...READ MORE
Browse to sonarqube web instance to access ...READ MORE
Hi Pratik, I understand your problem regarding this ...READ MORE
Hey Partha, I understand your problem, I think this ...READ MORE
OR
Already have an account? Sign in.