Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter using MySQL
#11

[eluser]InsiteFX[/eluser]
@toopay
I said that because no one here mentioned the InnoDB.

MySQL defaults to the InnoDB database now when you create a new database.

But you should still specify the Engine=InnoDB for the type.

Just like a lot of users create their database and then wonder why utf8 and utf8_general_ci doe's not work!

And the answer is because when you create a new database MySQL sets the collation to a default of latin1_swedish_ci !

With phpMyAdmin you have to click on the new database before entering any records and then click on the Operations tab, then if you look at the bottom of the page you will see the collation is set to latin1_swedish_ci. To change enter a new one either utf8_general_ci or utf8_unicode_ci click GO!

If the database is already containing records then you need to make a SQL dump change the collation and the use the dump to put them back or they will get corrupted.

InsiteFX


Messages In This Thread
CodeIgniter using MySQL - by El Forum - 04-09-2011, 05:43 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 06:23 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 08:24 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 08:52 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 09:22 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 09:43 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 09:57 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 10:01 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 10:05 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 10:20 AM
CodeIgniter using MySQL - by El Forum - 04-09-2011, 10:42 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 03:13 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 03:17 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 04:53 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 04:57 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 05:10 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 05:13 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 05:37 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 06:46 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 06:54 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 07:17 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 07:39 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 07:41 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 08:06 AM
CodeIgniter using MySQL - by El Forum - 04-11-2011, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB