I used this command to shutdown MySQL, however it seems the amount of free memory on my box has not changed?
That seems to odd.
/usr/local/webserver/mysql/bin/mysqladmin -u ${mysql_username} -p${mysql_password} -S /data0/mysql/mysql.sock shutdown
Does anyone know why the free memory might not change very much after unloading MySQL?

