Skip to main content
Evo Sites Platform
10.5.8-5.9
Database configuration
Database type
MySQL, MariaDB, Percona Server, or equivalent
SQLite
MySQL, MariaDB, Percona Server, or equivalent settings
Database name
Database username
Database password
Advanced options
Host
Port number
Transaction isolation level
READ COMMITTED
REPEATABLE READ
Use database default
The recommended database transaction level for Drupal is "READ COMMITTED". For more information, see the
setting MySQL transaction isolation level
page.
Table name prefix
If more than one application will be sharing this database, a unique table name prefix – such as
evo_
– will prevent collisions.
SQLite settings
Database file
The absolute path to the file where Evo Sites Platform data will be stored. This must be writable by the web server and should exist outside of the web root.
Advanced options
Table name prefix
If more than one application will be sharing this database, a unique table name prefix – such as
evo_
– will prevent collisions.