mysql show

2021-09-01  本文已影响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;

懂得都懂

上一篇 下一篇

猜你喜欢

热点阅读