Server Management

If you login with the mysql command line utility you can then see the server's status with the following command:
status
This will confirm what version of the server you are running. Alternatively from the command line you can run mysqladmin version. If you want to know how any MySQL variables are set then use this:
show variables;
This can be filtered as follows:
show variables like 'secure%';