Checking whether your MySQL server supports partitioning?


Top Questions

Before implementing any user defined partitioning in MySQL we need to make sure whether your mysql server supports partitioning.

Finding out the same in your server will be simple.

Type SHOW VARIABLES LIKE '%partition%'; on the command prompt as shown below.

mysql> SHOW VARIABLES LIKE '%partition%';

If your server returns have_partitioning variable to YES then your server supports this feature.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Check It !

Tweet It

W3 Updates

Stay informed on our latest news!

Syndicate content