In the last episode (Oct 26), machiel.richards said:
>    I hope someone can help me out here as I am still new with MySQL.
> 
>     I am trying to determine when last a MySQL database was shut down and
> when last the tables were analyzed.

The server logs startups and shutdowns in the mysqld error logfile (in your
data directory, it's the only file ending in .err).  I don't think any of
the storage engines keep track of when the last analyze was done, though.

-- 
        Dan Nelson
        dnel...@allantgroup.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to