Server : Apache System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : eventfrsgx ( 61451) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/eventfrsgx/www/administrator/components/com_admin/sql/updates/mysql/ |
-- -- Create a table for UTF-8 Multibyte (utf8mb4) conversion for MySQL in -- order to check if the conversion has been performed and if not show a -- message about database problem in the database schema view. -- -- The value of `converted` can be 0 (not converted yet after update), -- 1 (converted to utf8), or 2 (converted to utf8mb4). -- CREATE TABLE IF NOT EXISTS `#__utf8_conversion` ( `converted` tinyint NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci; INSERT INTO `#__utf8_conversion` (`converted`) VALUES (0);