美文网首页
mysql show

mysql show

作者: 一曲三月 | 来源:发表于2021-09-01 11:21 被阅读0次

select USER()
select version()
show DATABASES
use test
show tables
SHOW PROCESSLIST
show status
show VARIABLES
show grants for root@localhost
show engines;
show warnings;
show errors;

懂得都懂

相关文章

网友评论

      本文标题:mysql show

      本文链接:https://www.haomeiwen.com/subject/ntexwltx.html