
Originally Posted by
rodnikosh
my SugarCRM uses a database named "sugarcrmheb" (mysql).
i want sugarcrm to connect to this database using this connection string with parameters:
192.168.x.x/sugarcrmheb?useUnicode=true&characterEncoding=UTF-8
where can i add those parameters so that sugarcrm will connect to the database with those parameters.
my config.php file has these configurations:
'dbconfig' =>
array (
'db_host_name' => 'localhost',
'db_host_instance' => 'SQLEXPRESS',
'db_user_name' => 'xxxxxxxx',
'db_password' => 'xxxxxxx',
'db_name' => 'sugarcrmheb',
'db_type' => 'mysql',
'db_port' => '',
'db_manager' => 'MysqliManager',
),
do i put the parameters here somewhere?
(i think i need to add these parameters so reports with hebrew characters (utf-8) in them will work - they don't work right now)
Bookmarks