Welcome Guest, Not a member yet? Register   Sign In
Change Database.php
#1

Should we update the app/Config/Database.php ?

PHP Code:
app/Config/Database.php

// from this.
'charset'  => 'utf8',
'DBCollat' => 'utf8_general_ci',

// to this being as it is the phpAdmin default now?
'charset'  => 'utf8mb4',
'DBCollat' => 'utf8mb4_general_ci'
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Change Database.php - by InsiteFX - 04-13-2023, 10:31 PM
RE: Change Database.php - by Muzikant - 04-19-2023, 04:27 AM
RE: Change Database.php - by JustJohnQ - 04-19-2023, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB