| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/blog/administrator/components/com_admin/sql/updates/mysql/ |
Upload File : |
-- -- 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(4) NOT NULL DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci; INSERT INTO `#__utf8_conversion` (`converted`) VALUES (0);