I'm trying to install and use the MySQL Command-line client on windows, as documented here: https://dev.mysql.com/doc/refman/5.5/en/mysql.html
After installing MySQL I found a program "MySQL Shell". When I run it, it prompts
MySQL Shell 8.0.14
Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.
Type '\help' or '\?' for help; '\quit' to exit.
MySQL JS>
instead of prompting "Shell". Is that the same tool? how do I run it in Shell mode?
If it's not the same tool, where can the install for the one I'm looking for?
Thanks