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
819
April 07, 2022 06:37PM
401
April 07, 2022 08:20PM
383
April 08, 2022 03:25AM
Re: Can connect to AWS MySQL with Workbench, but not Client
344
April 08, 2022 04:09AM
323
April 08, 2022 09:34AM
394
April 08, 2022 10:45AM
344
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.