趣味
The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. の対処

The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo […]

続きを読む
趣味
Got a packet bigger than 'max_allowed_packet' bytes の対処

Got a packet bigger than 'max_allowed_packet' bytes の対処を書いておく。

続きを読む
コーディング
【正規表現】先頭末尾スペース削除、文内スペース半角1文字化

タイトルの通り。先頭・末尾の[全角スペース・半角スペース・タブ]を消し、文内については[全角スペース・半角スペース・タブ]を[半角スペース1文字]にする正規表現。PHPである。

続きを読む