用的是 SSH Secure shell 连接到服务器,然后用 mysql 客户端连接数据库。
你的命令少了一个 s: show database; 改成: show databases;
一说MySQL肯定是官网的,如果不是官网的不叫MySQL,比如mariadb,percona这些。