引き続き、Google Compute Engine上にオートスケールで拡張するWordPressを構築していく方法を書いていきます。今回は実際にWorePressの設定とオートスケールの構築を行っていきます。 MaridDBにWordPress用データベースの作成&権限設定仮にデータベースの名前を”wordpress”とした場合… まずは、ログイン。 mysql -u root -pDB作成&権限設定。「ぱすわーど」のところは指定したいパスワードを入れてください。 create datebase wordpress; grant all privileges on wordpress.* to wordpress@"instance-group-web%.c.my-project99.internal" identified by 'ぱすわーど'; grant all privilege