Want to know a close approximation of how much RAM MySQL is consuming right now? There’s a simple formula posted at MySQL.com.
Want to add a function to your MySQL database that will allow you to access this value without having to remember the formula?
Answer: Create a Stored Procedure
I’m assuming your using a MySQL [...]