MySQL Forums
Forum List  »  MySQL Workbench

Re: Can connect to AWS MySQL with Workbench, but not Client
Posted by: Peter Brawley
Date: April 08, 2022 09:34AM

Try ...

mysql -hAWS_endpoint -P3306 -uadmin -pPWD

.. where PWD is your mysql password, no terminating semicolon.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Can connect to AWS MySQL with Workbench, but not Client
252
April 08, 2022 09:34AM


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.