Server : LiteSpeed System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : alsaif ( 1057) PHP Version : 7.4.33 Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/alsaif/public_html/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);