openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ec0322965cd75272cff96bdfcc65008de80ef890
parent 80723f7719353e8fb5b2a534d8e152ca64331f19
Author: dankert <devnull@localhost>
Date:   Sat, 26 Sep 2009 02:11:17 +0200

Einstellung für ein SQL, welches beim Verbindungsaufbau ausgeführt wird.

Diffstat:
config/database.ini.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/database.ini.php b/config/database.ini.php @@ -25,6 +25,9 @@ prefix = or_ ; table praefix persistent = yes ; use persistent connections (try this, it's faster) ;charset = UTF-8 +; SQL-Statement which is executed after opening the connection +;connection_sql = "" + ; System command for executing before connecting to the database. ; Maybe for installing an SSH-Tunnel. ; For background programs, you have to redirect stdin and stdout! (maybe to /dev/null)