2019-05-01から1日間の記事一覧

オートコミット

DB

Oracle デフォルトはオートコミットオフ set autocommit onshow autocommit MySQL デフォルトはオートコミットオン https://qiita.com/rubytomato@github/items/562a1638191aacaeb333 vim /etc/my.cnf [mysqld]autocommit = 1 select @@autocommit; PostgreS…