How to change the global variable innodb_autoinc_lock_mode
value 1 to 0 in MySQL?
Open your my.cnf
and add the following line and make sure there is no space before or after the '=':
innodb_autoinc_lock_mode=0
or start mysql with the command line parameter:
--innodb_autoinc_lock_mode=0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With