List Databases
2003-02-17 00:16:03
Category: php:database
Description: List all databases availible in mysql.
Author: detour
List Tables
2003-02-17 00:17:38
Category: php:database
Description: Show and describe all tables in a database.
Author: detour
Create/Drop Databases
2003-02-17 00:19:07
Category: php:database
Description: Creates and drops a database from mysql.
Author: detour
Drop Multiple MySQL Tables
2008-10-14 21:02:10
Category: php:database
Description: Connect to a MySQL database, match tables against a regular expression and delete the matches.
Author: detour