Create/Configure MYSQL database from php

I’m not sure you can create a database from PHP - it will depend on your hosting package but you can create tables and populate them with CREATE TABLE and INSERT.

1 Like