Ignore:
Timestamp:
Aug 27, 2021 2:27:14 AM (3 years ago)
Author:
anonymous
Message:

Set default mysql connection charset to utf8mb4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DBSessionHandler.inc.php

    r728 r747  
    112112                PRIMARY KEY `session_id` (`session_id`),
    113113                KEY `last_access` (`last_access`)
    114             ) ENGINE=InnoDB DEFAULT CHARSET=utf8");
     114            ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4");
    115115
    116116            if (!$this->db->columnExists($this->_params['db_table'], array(
Note: See TracChangeset for help on using the changeset viewer.