AWSのEC2のMicroインスタンスでMySQLが落ちる
http://crmtouch-blog.begood-tech.com/2013/09/awsec2micromysql.html
Continue reading “アマゾンAWS EC2:マイクロインスタンス上でWordPressがすぐ落ちる問題に関するリンク集”
mysql settings for small website:
linux
# mkswap /swapfile
mysql
# mysql -u root -p
mysql> show variables like ‘max_connections’;
mysql> set global max_connections = 11;
Referenced Links:
http://surfhacker.jp/2014/01/wordpress-database-connection-error/
http://promamo.com/?p=1873
[追記]