Manually create tables

My host doesn’t support extern installation of mysql tables.
Is there a way i can skip the installation pages, by installing piwik manually?

Tanks for your answer!

Perhaps you mean “database”. Create it in cpanel. Piwik will use an existing database to create tables.

If you really mean “tables”, then you’re on your own. There’s no DDL script. The easiest thing to do would be to install Piwik on a test box, run mysqldump on the database, and then import the database on the server you plan to deploy Piwik on.