2019年12月12日 / 最終更新日 : 2019年12月12日 admin linux さくら VPS CentOS7 mysqlで日本語入力時に文字が消えてしまう。 さくらVPSのCentOS7でサーバー構築時にmysqlで日本語入すると日本語文字列が消えてしまう問題がありました。 下記方法で解決しました。 localeの確認 [sourcecode language=” […]
2019年9月11日 / 最終更新日 : 2022年12月9日 admin linux mysqldump gzipでバックアップ CentOS mysqldump -u username -p dbname | gzip > mysqldump20190911.sql.gz
2019年8月7日 / 最終更新日 : 2019年8月7日 admin PHP PHP7.3でFTPS通信 php7.3にてftps通信をしました。 ftp_nlistやftp_put・ftp_getが使用できませんでした。 色々と試してみると、ftp_set_optionでFTP_USEPASVADDRESSをオフにしてから […]
2019年3月28日 / 最終更新日 : 2019年3月28日 admin WEB技術 ワイルドカードでLet’s Encrypt を設定する cat /etc/redhat-release CentOS release 6.8 (Final) curl […]
2018年10月1日 / 最終更新日 : 2020年2月13日 admin AWS AWSでmysqlが止まる。もしくは、phpでOut Of Memoryのエラーが出る場合 AWSのEC2には、Swap領域がないため仮想メモリを使えずphpでエラーになったり、MySqlが止まってしま […]
2018年8月20日 / 最終更新日 : 2018年8月20日 admin CakePHP CakePHP2 multiple checkbox checked 複数チェックボックスでチェックをつけておく CakePHP2にてmultiple checkboxで初期からチェックしておく方法がなかなか見つからなかった […]
2018年6月28日 / 最終更新日 : 2018年6月28日 admin 個人事業 AWS WindowsServer2016+Apache24+PHP7.2にてintlが有効にならない Amazon EC2 WindowsServer2016 Apache24 PHP7.2 Apacheは通常通 […]
2018年3月9日 / 最終更新日 : 2018年3月9日 admin WEB技術 SSL設定 https://www.ssllabs.com/ssltest/index.html This server […]
2017年11月15日 / 最終更新日 : 2017年11月15日 admin IoT Raspberry pi 3 初期設定 ・日本のミラーサイトからダウンロード http://ftp.jaist.ac.jp/pub/raspberry […]
2017年9月11日 / 最終更新日 : 2017年9月11日 admin WEB技術 globalsign ssl pfx 変換 [秘密鍵] openssl pkcs12 -in example.pfx -nocerts -nodes -out globalsign.key [証明書] openssl pkcs12 -in example.pfx […]