diff --git a/source/dbconnection.pas b/source/dbconnection.pas index 586a15fb..67d8e695 100644 --- a/source/dbconnection.pas +++ b/source/dbconnection.pas @@ -1439,7 +1439,7 @@ begin Prefix := 'MemSQL' else if IsProxySQLAdmin then Prefix := 'ProxySQL Admin' - else if IsMySQL then + else if ContainsText(ServerVersion, 'mysql') then Prefix := 'MySQL' else Prefix := 'MariaDB or MySQL';