WebAdmin Documentation

Start Page Database Connection

Database ConnectionΒΆ

WebAdmin support connection to MySQL and MSSQL databases.

The connection is done using the PHP driver available inside the web server.

For MSSQL connection the WebAdmin will connect to the database using persistent connections.

For MySQL connection the WebAdmin will connect to the database using non-persistent connections.

To configure persistent connections for MySQL database, you can edit the include/constants.inc.php file and set define (‘DB_PERSISTENT’, 1);.