For php there is php -i
. For apache i can debug settings with apachectl -S
.
Is there a way for me to output via command line what the current "sourced" settings for mysql are?
I'm trying to figure out if i correctly set my innodb poolsize.
For php there is php -i
. For apache i can debug settings with apachectl -S
.
Is there a way for me to output via command line what the current "sourced" settings for mysql are?
I'm trying to figure out if i correctly set my innodb poolsize.
You can query it from the command line with an account that has enough privileges.
I think you will be pleased with either of these commands:
mysqld --verbose --help
or mysqladmin variables