随笔分类 -  MYSQL

摘要:show variables like 'datadir'; #查询数据库所在的位置 show engines\G; #查询支持的引擎,默认innodb,唯一个支持事务的引擎 show create table zabbix.users\G; 或者 DESC zabbix.users; #查询表结构 阅读全文
posted @ 2020-08-30 20:15 该搬砖啦 阅读(113) 评论(0) 推荐(0)