Re: Can connect to AWS MySQL with Workbench, but not Client
BTW, for the benefit of anyone who subsequently sees this post, the mysql command was more particular than I expected. It only worked if I entered-
mysql -h AWS_endpoint -P 3306 -u admin -p
If I included the password (no space after "-p") or even the ";", the command would not work.
So I entered the command above, it prompted me for the password, and when I entered the password, I was connected.
Subject
Views
Written By
Posted
950
April 07, 2022 06:37PM
452
April 07, 2022 08:20PM
431
April 08, 2022 03:25AM
Re: Can connect to AWS MySQL with Workbench, but not Client
387
April 08, 2022 04:09AM
364
April 08, 2022 09:34AM
448
April 08, 2022 10:45AM
388
April 08, 2022 10:48AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.