Skip to content

MySQL Database Configuration

akersten edited this page Oct 16, 2012 · 3 revisions

The Webfront depends on a MySQL Database running on the same system. The database name should be 'maquina', user name should be 'maquina', port should be the default (3306), password is specified by a file named 'MYSQL' in the SHADOW directory.

The database object is initialized once per user session and accessed through $_SESSSION['db'].

See: php/session.php

Clone this wiki locally