mysql不常用查询

--查看数据库版本

SELECT VERSION();

--查看字符编码与安装路径

SHOW VARIABLES LIKE '%char%';

原文地址:https://www.cnblogs.com/sung1024/p/11215185.html