MySQL Forums
Forum List  »  MySQL Shell

Re: Unable to sign into shell
Posted by: Peter Brawley
Date: March 05, 2022 04:33PM

> mysqlsh -u root -p xxxxxxxxx --sql

Read again---lose the spaces after -u and -p

mysqlsh -uroot -pxxxxxxxxx --sql

> no idea of the difference between the Shell and the Monitor

No secrets, read the docs for each ...

https://dev.mysql.com/doc/refman/8.0/en/mysql.html

https://dev.mysql.com/doc/mysql-shell/8.0/en/

... mysqlsh is more powerful, more advanced.

Options: ReplyQuote


Subject
Views
Written By
Posted
1327
February 23, 2022 10:56AM
533
March 03, 2022 04:18PM
622
March 05, 2022 11:15AM
Re: Unable to sign into shell
544
March 05, 2022 04:33PM
886
March 06, 2022 10:18AM
540
March 06, 2022 10:32AM
546
March 06, 2022 12:02PM


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.