MySQL之常用查询
1) 查询字符集
show variables like ‘character%‘;
2)查看版本
select version();
3) 共享表空间的数据文件存储路径
show variables like ‘innodb_data%‘;
4) 查看是哪种类型的表空间
show variables like ‘%innodb_file_per_table%‘;
5) MySql数据库物理文件存放位置
show VARIABLES like ‘
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/24912.html
- 上一篇:高并发超库存下单的一个数据库层面解决小技巧
- 下一篇:sql盲注