0

How to view the default values used by mysql server

I have specified some values in my.cnf file. But other values will be default, then where to check those default values in my mysql server???????????

MySQL Add a comment
grayson
asked May 06 2017

Answer

0

Go to MySQL workspace and use show variables command to list all the default variables used by Mysql Server.

> show variables;
Add a comment
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
Post your Answer