Welcome Guest, Not a member yet? Register   Sign In
Multiple dbcollat
#1

Hello,

I have a technical question. I want to use ion_auth on my project, the tables of the database are in utf8_general_ci on ion_auth, while the rest of my tables of my project are in utf8mb4_unicode_ci.

If I keep the following configuration of the config / database.php file, can this be a problem ? Or I need to convert all utf8_general_ci to utf8mb4_unicode_ci ? this will not be a problem if I do this conversion?

Thanks

PHP Code:
'char_set' => 'utf8',
'dbcollat' => 'utf8mb4_unicode_ci'
Reply
#2

I would convert them.
Reply
#3

Thanks, it's ok . it seems to work
Reply




Theme © iAndrew 2016 - Forum software by © MyBB