memo mysql dumpmysql mysql dump取得 2015年3月1日 2015年10月19日 30秒 wakaue Facebook Twitter はてブ Pocket Feedly データベース全体 $ mysqldump -u root -x --all-databases > dump.sql データベース指定 $ mysqldump -u root データベース名 > dump.sql 復元(全体) $ mysql -u root -p < dump.sql Facebook Twitter はてブ Pocket Feedly
centos openldap ssh linuxuser連携 環境 ▼LDAPサーバ centos 6.4 openldap-2.4.23-32 ▼LDAPクライアント centos 6.4 LDAPサ...
apache apache mpm preforkをworkerに変更する 現在のMPMを確認 現在はpreforkを使用しています。 MPM切り替え phpを使う場合 PHPは5.5くらいからスレッドが使えるように...
Troubleshooting TrustedInstaller.exe メモリリーク 現象 windows server 2008 R2でTrustedInstaller.exe がメモリリークを起こしている現象を発見した。 ...
mysql php+mysqli で No such file or directory エラー発生 事象 PHP の mysqli モジュールを使ってDBに接続したら、下記エラーが発生 Warning: mysqli::mysqli(): ...
ldap openldap 起動エラー # /etc/init.d/slapd start Checking configuration files for slapd: [FAILED] str2entry: invalid value for attributeType objectClass #1 (syntax 1.3.6.1.4.1.1466.115.121.1.38) openldapの起動エラーが発生した。 レプリケーション設定思案中に起きたため、レプリケーション関連と認識し、設定ファイルを戻すが、上記エ...