I have deployed the trellis desk into an apache server running php. I can get to the installation center when I navigate to http://localhost/install. I can get to step 3 (setting up of mysql db tables) when I enter all my information i get forwarded to a blank page. Its seems as if a SQL script fails to create the necessary tables in mysql. It has to be something I have not setup Right.
Here are my mySQL settings I entered:
host: localhost
port: 3306
username: root
pwd: admin
database: trellisdesktop
table prefix: db_
Within the mysql console window I run 'show databases;' cmd and trellisdesktop db does show as a current table within my mysql instance. I put in the root account which I believe has priviledges to all tables but this may be the issue
Any help would be greatly appreciated!!
