Friday, August 24, 2012

How to view config variables in MySQL

How to view all variables

show variables;

How to view a specific variable

show variables like ‘%xxxx%’;


No comments:

Post a Comment