时间:2021-07-01 10:21:17 帮助过:20人阅读
mysql -uroot -p(密码)
若只有一个用户输入密码可直接登录
show databases;
+------------------------------+
| Database |
+------------------------------+
| information_schema |
| mysql |
| performance_schema|
| sys |
+------------------------------+
4 rows in set (0.00 sec)
use (用户名)
然后输入select * from (组名)
select * from (组名) where (组名第一个组名大写)_ID=x;
2、终端操作mysql
标签:查询 直接 where 使用 用户输入 HERE inf from 用户名