> Is there a way (utility, command, etc...) to find out what config settings
> a mysql server was started with?
> For example, someone started a server and I'd like to check to make sure
> the correct .cnf file was used?
> Thanks.
> 
> David

e.g.
SHOW VARIABLES LIKE 'key_buffer_size%';

etc.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to