Archive for February, 2010
How to check mysql servers set values?
Most of the time we need to check the mysql value set on server and most of the techs checks /etc/my.cnf file.If you want to check all values set in mysql on server. We can use following simple command.
mysqld –no-defaults –verbose –help