How to install TAO on Google Compute Engine
Hello there.
I would like to install TAO on Google Compute Engine.
I read this documentation.
https://adminguide.taotesting.com/3.3/installation-and-upgrade/ubuntu-and-debian
And tried to install TAO on Google Compute Engine Ubuntu 18.04.
However, I faced a problem.
"Error Occurs : An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'kazu'@'localhost' (using password: YES)"
I put a detailed error message and Google Compute Engine's Setting.
Could you help me, please?
I searched this forum's questions. I got this similar question, but I couldn't solve my question. https://forum.taotesting.com/discussion/468/installation-error-an-exception-occured-in-driver-sqlstate-hy000-1045-access-denied-for-user
Comments
こんにちは。日本語で失礼します。
「tao_install_error.txt」を見る限り,データベース「test1」にユーザー「kazu」のアクセス権がないように思えます。
mysql> grant all privileges on test1.* to kazu@localhost;
mysql> flush privileges;
で,いかがでしょうか?
kentalow様
ご返信をありがとうございます。
いただいたアドバイスをもとにやってみたのですが、やはり、同じエラーメッセージが出てしまいました。明日、まったく真新しいVMを作ってゼロからいただいたアドバイスをもとに作業したいと考えております。本当にアドバイスありがとうございました。よろしくお願いします。
鈴木
kentalow様
先日はアドバイスをありがとうございました。
もう一度、GoogleComputeEngineで新しいVMを作成し、いただいたアドバイスをもとにチャレンジしてみたのですが、同じエラーメッセージが出てしまいました。mysqlの設定の部分とエラーメッセージが出た部分のコンソールの写真を添付いたしました。また、それ以外の手順の部分のコンソールの写真も次のコメントに添付いたします。(ファイル名にあるカッコの中身の番号はコマンドを入力していった順番です。)何かご助言いただけたら幸いです。よろしくお願い申し上げます。
鈴木
写真の1です。
写真2
です。
写真3です。

写真4です。

写真5です。

写真6です。
写真7です。
写真8です。
写真10です。写真9は一番初めにアップロードしました。
写真11です。
写真12です。
写真13です。
写真14です。
写真15です。
写真16です。
以下、写真17のエラーメッセージへと続きます。大量の写真を送り付けて恐縮ですが、事態を打開する何かのヒントを頂けるかもしれないと思い、添付させていただきました。よろしくお願いいたします。