paul_mann wrote in php

Creating a database from a php script

Is it possible to setup a database from a PHP script either by using mysql_db_query() calls or by importing a setup.sql file?

TIA