Skip to content

MySQL Database Configuration

akersten edited this page Oct 23, 2012 · 3 revisions

The Webfront depends on a MySQL Database running on the same system (or another if you change the default host in /php/session.php). The database name should be 'maquina', user name should be 'maquina', port should be the default (3306), password is specified in the /php/startDatabase.php file, which should be changed to the actual database password before production deployment.

To use the database, just include /php/startDatabase.php in any new context.

Clone this wiki locally