Welcome Guest, Not a member yet? Register   Sign In
Emojis
#7

You also need to set it in the app/Config/Database.php file.
PHP Code:
  /**
    * The default database connection.
    */
    public array $default = [
        'DSN'      => '',
        'hostname' => 'localhost',
        'username' => '',
        'password' => '',
        'database' => '',
        'DBDriver' => 'MySQLi',
        'DBPrefix' => '',
        'pConnect' => false,
        'DBDebug'  => true,
        'charset'  => 'utf8mb4',
        'DBCollat' => 'utf8mb4_unicode_ci',
        'swapPre'  => '',
        'encrypt'  => false,
        'compress' => false,
        'strictOn' => false,
        'failover' => [],
        'port'    => 3306,
    ]; 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Emojis - by gregknight - 01-23-2023, 09:37 AM
RE: Emojis - by InsiteFX - 01-24-2023, 01:52 AM
RE: Emojis - by gregknight - 01-24-2023, 09:20 AM
RE: Emojis - by kenjis - 01-24-2023, 05:14 PM
RE: Emojis - by gregknight - 01-25-2023, 08:53 AM
RE: Emojis - by gregknight - 01-25-2023, 11:41 AM
RE: Emojis - by InsiteFX - 01-26-2023, 01:07 AM
RE: Emojis - by gregknight - 01-27-2023, 11:58 AM
RE: Emojis - by InsiteFX - 01-28-2023, 12:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB