You can also report the error message by checking the query result:
Code:
$result = mysql_query("show table status from eliza-d_com like 'missy'");
if (!$result) {
echo mysql_error();
exit();
}
$info = mysql_fetch_array($result);
echo $info["Update_time"];