Paste #26
Welcome On LodgeIt
Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)
1 2 3 4 5 6 7 8 9 10 11 | drizzle> set auto_increment_increment=1
-> ;
Query OK, 0 rows affected, 2 warnings (0 sec)
drizzle> show warnings;
+-------+------+---------------------------------------------------------+
| Level | Code | Message |
+-------+------+---------------------------------------------------------+
| Error | 1292 | Truncated incorrect auto_increment_increment value: '1' |
| Error | 1292 | Truncated incorrect auto-increment-increment value: '0' |
+-------+------+---------------------------------------------------------+
|