Skip to content
Snippets Groups Projects
Commit 3331e631 authored by Carsten  Rose's avatar Carsten Rose
Browse files

DB Connection: initialize. E.g. 'set names utf8' - Administator Manual updated

parent 0ab82b74
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,8 @@ Setup a *report* to manage all *forms*: Create a Typo3 page and insert a content ...@@ -88,6 +88,8 @@ Setup a *report* to manage all *forms*: Create a Typo3 page and insert a content
+------------------------+----------------------------------+----------------------------------------------------------------------------+ +------------------------+----------------------------------+----------------------------------------------------------------------------+
| DB_NAME_TEST | DB_NAME_TEST=qfq_db_test | Used during development of QFQ | | DB_NAME_TEST | DB_NAME_TEST=qfq_db_test | Used during development of QFQ |
+------------------------+----------------------------------+----------------------------------------------------------------------------+ +------------------------+----------------------------------+----------------------------------------------------------------------------+
| DB_INIT | DB_INIT=set names utf8 | Global init for using the database. |
+------------------------+----------------------------------+----------------------------------------------------------------------------+
| SESSION_NAME | SESSION_NAME=qfq | PHP Session name, by default 'qfq' | | SESSION_NAME | SESSION_NAME=qfq | PHP Session name, by default 'qfq' |
+------------------------+----------------------------------+----------------------------------------------------------------------------+ +------------------------+----------------------------------+----------------------------------------------------------------------------+
| SQL_LOG | SQL_LOG=sql.log | Filename to log SQL commands: relative to <ext_dir> or absolute. | | SQL_LOG | SQL_LOG=sql.log | Filename to log SQL commands: relative to <ext_dir> or absolute. |
...@@ -114,6 +116,7 @@ Example: *<ext_dir>/config.ini* ...@@ -114,6 +116,7 @@ Example: *<ext_dir>/config.ini*
DB_PASSWORD = 12345678 DB_PASSWORD = 12345678
DB_NAME = qfq_db DB_NAME = qfq_db
DB_NAME_TEST = qfq_db_test DB_NAME_TEST = qfq_db_test
DB_INIT = set names utf8
SESSION_NAME = qfq SESSION_NAME = qfq
SQL_LOG = sql.log SQL_LOG = sql.log
SHOW_DEBUG_INFO = auto SHOW_DEBUG_INFO = auto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment