ERROR: (gcloud.compute.machine-images.describe) You do not currently have an active account selected.

以下のコマンドを実行する。 「Go to the following link in your browser:」に続いてサインイン用のリンクが出力されるためクリックして認証コードをコピーする。 上記画面の「Copy」ボ…

ERROR 1045 (28000): Access denied for user ‘ODBC’@’localhost’ (using password: NO)

【不具合内容】 ①mysqlコマンドを打ったときに発生。 ②バージョン確認しようとした時に発生。 【原因】 ①mysqlにユーザー指定せずに入ろうとした。 ②Mysqlのバージョン確認時のオプション指定の間違い。 【解決…

Warning: file_put_contents(/opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/sites/2/.htaccess): failed to open stream: Permission denied in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-optimize/webp/class-wp-optimize-webp.php on line 182

以下の記事と同件だった。設定しているパスが変わったために発生している。

Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or that contact with the database server at localhost could not be established. This could mean your host’s database server is down.

【不具合内容】 VMインスタンスを起動後すぐWordpressの更新を行ったときに発生。 【原因】 wp-config.phpのユーザー名、パスワード、ホスト名が正しいか? 正しい場合はデータベース接続が確立されていない…

A e2-micro VM instance is currently unavailable in the us-central1-a zone. Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation.

【不具合内容】 GCPのVMインスタンスを起動しようとした際に発生。時間をおいて何度か試みるが変わらず。 【原因】 Compute Engineの無料枠の組み合わせとしてよく知られるマシンタイプ”e2-mic…