created: 2019-03-15T08:33:58.000Z

MySQL、 auto incrementの確認と変更

確認

show table status where Name = '{{ テーブル名 }}'\G

変更

ALTER TABLE '{{ テーブル名 }}' AUTO_INCREMENT = 1000000;

参考

systemdの思想と機能 Linuxを支えるシステム管理のためのソフトウェアスイート (Software Design plusシリーズ)
[ad] systemdの思想と機能 Linuxを支えるシステム管理のためのソフトウェアスイート (Software Design plusシリーズ)
森若 和雄 (単行本(ソフトカバー))