Index: source/windows/Main.pas =================================================================== --- source/windows/Main.pas (revision 178) +++ source/windows/Main.pas (working copy) @@ -2147,8 +2147,8 @@ MySQL := MyxSetSecurity('localhost', Port, PChar(UTF8Encode(OldPassword)), PChar(UTF8Encode(NewPassword)), Ord(not(RootFromRemoteCBox.Checked)), Ord(CreateAnonymousAccountCBox.Checked)); - if (MySQL <> nil) and (RetryCount <= 15) then - Continue; // Up to 30 secs. for initial server startup time. + if (MySQL <> nil) and (RetryCount <= 30) then + Continue; // Up to 60 secs. for initial server startup time. if MySQL = nil then begin