2016-01-01から1年間の記事一覧

CentOS 6.7にtmux2.2をインストールする方法

can't create socket: Permission denied が出たので入れなおした。 $ cat /etc/redhat-release CentOS release 6.7 (Final) $ arch x86_64 公式の手順で導入 $ git clone https://github.com/tmux/tmux.git $ ./configure && make $ sudo make install 参考…

よく調べるものメモ

Excel 文字列は"で囲む 文字列を連結するときは&で繋ぐ MySQL - 文字列連結は|| mysql> select -> '現在の時刻は' || current_timestamp || 'です' || '明日は晴れかな?' || '雨かな?' || '晴れたらいいな'; +-------------------------------------------…

InnoDB Plugin

ROW_FORMAT=COMPACT;がなんだか知りたい InnoDB Plugin MySQL 5.5で置き換えられた次期バージョンInnoDBと言える存在 innoDB Pluginで新しく追加された機能 Performance and scalability enhancements Fast index creation Data compression New row format …