diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs index 81a0e837ea..4ad0e9bd25 100644 --- a/OpenSim/Data/MySQL/MySQLMigrations.cs +++ b/OpenSim/Data/MySQL/MySQLMigrations.cs @@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL { throw new Exception(sql); }; + scr.CommandTimeout = 0; scr.Execute(); } }