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. の対処
2017年10月31日
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 の対処
2017年10月31日
Got a packet bigger than 'max_allowed_packet' bytes の対処を書いておく。
【正規表現】先頭末尾スペース削除、文内スペース半角1文字化
2017年10月11日
タイトルの通り。先頭・末尾の[全角スペース・半角スペース・タブ]を消し、文内については[全角スペース・半角スペース・タブ]を[半角スペース1文字]にする正規表現。PHPである。