我正以用户“someuser”的身份连接到mysql服务器。当我从本地机箱连接到服务器时,我可以看到所有的数据库。但是,当我进入服务器并使用'someuser‘登录并执行show databases;时,我只看到两个:information_schema和testmysql> show grants;
| Grants for dev@local
在postgreSQL中,是否可以简单地连接到服务器,然后列出、创建、使用和检查数据库?我希望能够使用psql对MySQL做类似的事情(我已经删除了许多额外的行):$ mysql -u root -prootpasswordWelcome to the MySQL monitor.Server version: 5.5.28 MySQL Community Server (GPL)
我可以用mysq