version()函数返回数据库的版本号
select version();
查看当前连接数
show status like '%Threads_connected%';
查看当前连接
select * from information_schema.processlist;