Home >Database >Mysql Tutorial >查看Mysql是否支持表分区_MySQL

查看Mysql是否支持表分区_MySQL

WBOY
WBOYOriginal
2016-06-01 13:10:16925browse

mysql> show variables like
"%partition%";
+-------------------+-------+
| Variable_name   | Value |
+-------------------+-------+
| have_partitioning | YES  |
+-------------------+-------+
1 row in set

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:基础分页 php+mysql_MySQLNext article:mysql重置id_MySQL