MySQL Forums
Forum List  »  MySQL Workbench

Re: Where can I get this command line
Posted by: Peter Brawley
Date: June 26, 2021 10:15AM

In the MySQL commandline client program, named mysql.

To invoke it, open a commandline window, navigate to the bin folder of your MySQL installation, and issue

mysql -uUSR -pPWD

where USR & PWD are your MySQL username & password.

The WB equivalent is to click on a database name in the database panel on the left.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Where can I get this command line
268
June 26, 2021 10:15AM


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.