mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-76: Set "allowMultiQueries" for MySQL.
This commit is contained in:
@@ -72,6 +72,8 @@ public class MySQLAuthenticationProviderModule implements Module {
|
|||||||
// Use UTF-8 in database
|
// Use UTF-8 in database
|
||||||
driverProperties.setProperty("characterEncoding","UTF-8");
|
driverProperties.setProperty("characterEncoding","UTF-8");
|
||||||
|
|
||||||
|
// Allow use of multiple statements within a single query
|
||||||
|
driverProperties.setProperty("allowMultiQueries", "true");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user