Return to Snippet

Revision: 67070
at August 6, 2014 19:51 by dmkim


Initial Code
$result = $db->query('select table_name, table_rows, update_time from information_schema.tables '.
    'where table_schema=\''.$database_name.'\'');

Initial URL


Initial Description
Get list of MySQL tables

Initial Title
Get list of MySQL tables

Initial Tags


Initial Language
PHP