Getting Update Times On The DB Server - MySQL4

Posted by: barbara | Date: Nov 06, 2009 | Category: mysql November Post-A-Day python | Comments: 0

Here's the MySQL4 version of the script I posted yesterday. On the MySQL4 server, we don't have that handy INFORMATION_SCHEMA db for reference - instead, we have to get table information using

SHOW TABLE STATUS
. The biggest difference between the two scripts is that this one requires a ...

Read More