Welcome Guest, Not a member yet? Register   Sign In
CI 1.6 and MySQL 4.0 Character Set and Collation
#1

[eluser]lookatthosemoose[/eluser]
Hi folks,

I just installed (fresh, not upgraded) to CI 1.6 using a MySQL 4.0 installation, and I'm having problems connecting to the DB. Specifically
in regards to the new parameters in /config/database.php:
Code:
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
I get this error:
Quote:An Error Was Encountered
Unable to set client connection character set: utf8

I know that MYSQL 4.0 bunches the character set and the collation into 1 entity, and I'm assuming CI is handling the connection/setting character set for versions > 4.1. Honestly I'm not even sure what to ask here, I just need some help to be pointed in the right direction. HELP!

--Eric--


Messages In This Thread
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 12:49 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 02:15 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 02:33 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:10 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:22 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:29 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:35 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:36 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 04:54 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-04-2008, 05:02 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-13-2008, 02:54 AM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-13-2008, 03:19 AM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-13-2008, 05:33 PM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 02-14-2008, 08:59 AM
CI 1.6 and MySQL 4.0 Character Set and Collation - by El Forum - 06-30-2008, 11:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB