Database

How can I reset the auto increment in MySQL?

Hello Everyone! This is just a quick post! We got a problem here where we needed to reset the auto increment field in MySQL Database. It's easy. You need just run the following command: Right? Not so fast little samurai! I just ran this command and for my surprise it didn't work. Why? I removed… Continue reading How can I reset the auto increment in MySQL?