MyBB Community Forums

Full Version: How to get the next auto-increment id?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Also note that some databases (such as those being used in master-master replication) actually increment their IDs by 2 rather than 1, which is configurable in the database settings. Really, you're going about this all wrong. If you're having to guess ID values, you've failed in your architecture design.
Pages: 1 2