SET@s=IF(version()<8ORversion()LIKE'%MariaDB%','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;