Blog Pages

Show the values of MySQL system variables

mysql> SHOW VARIABLES;


For specific variables:

mysql> SHOW VARIABLES LIKE 'TEXT';


Variables list is available here:

No comments:

Post a Comment