Fixing Auto Increment MySQL Errors (for WordPress)
The problem: You can’t update your settings in WordPress. You’re unable to add new posts or upload media. Likely cause: AUTO_INCREMENT is disabled in the MySQL table structure. What is AUTO_INCREMENT and why is it important? WordPress relies on numbers to save and retrieve settings from tables stored in the database. These are called option_id […]