You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.