SET@s=IF(version()<8OR(version()LIKE'%MariaDB%'ANDversion()<10.3),'SET GLOBAL innodb_file_per_table = ON, innodb_file_format = Barracuda, innodb_large_prefix = ON;','SET GLOBAL innodb_file_per_table = ON;');PREPAREstmt1FROM@s;EXECUTEstmt1;DROPDATABASEIFEXISTSgogs;CREATEDATABASEIFNOTEXISTSgogsCHARACTERSETutf8mb4COLLATEutf8mb4_general_ci;