From dc1d32129d7f5590ce762a18e91a3eab0bec14a3 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sat, 14 Feb 2009 12:55:56 -0500 Subject: [PATCH] Changed database prefix to client ID instead of client name to better use the limited username length of mysql. --- install/tpl/system.ini.master | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index 82c0abd..d02679a 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -12,8 +12,8 @@ [monitor] [sites] -dbname_prefix=[CLIENTNAME] -dbuser_prefix=[CLIENTNAME] +dbname_prefix=db[CLIENTID] +dbuser_prefix=u[CLIENTID] ftpuser_prefix=[CLIENTNAME] shelluser_prefix=[CLIENTNAME] dblist_phpmyadmin_link=y -- Gitblit v1.9.1