

- Welcome to Geeksww.com
How to find if MySQL supports partitioning or not?
You can execute the MYQSL query below to find out if your server supports partitioning or not.
SHOW VARIABLES LIKE '%partition%';
If MySQL returns with YES for have_partitioning (called have_partition_engine prior to version 5.1.6) variable that means you have partitioning support available on your database server.
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, install cairo, php, linux, java, install mysql, laptop, mysql mysql, source code, mysql, mysql initialization, tools, ubuntu
Similar Tutorials:
- MySQL error while dropping databases
- How to find MySQL server uptime?
- Download all Aspersa MySQL tools/scripts through a single command
- Initializing MySQL database after installation
- How to download and install MySQLdb module for Python on Linux?
Tutorials in 'Database Management Systems > MySQL' (more):
- How to set default values for MySQL JSON columns
- How to delete rows in table when PK is referenced in another table
- Unique primary keys(PKs) for MySQL using Redis
- How to rename MySQL DB by moving tables
- How to set innodb_flush_log_at_timeout in MySQL 5.6?
Comments (write a comment):
0 comments so far. Be the first one to leave a comment on this article.