Mysql timeout on re...
 
Notifications
Clear all

Mysql timeout on restore

3 Posts
2 Users
0 Likes
659 Views
Posts: 4
Topic starter
(@ockert)
New Member
Joined: 4 years ago

How do I increase MYSQL timeouts. I am getting a timeout on restore of a db. it takes more than a hour

I do not see any settings

System.Net.WebException: The operation has timed out
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
at Microsoft.Web.Services3.WebServicesClientProtocol.GetResponse(WebRequest request, IAsyncResult result)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.esDatabaseServers.RestoreSqlDatabase(Int32 itemId, String[] uploadedFiles, String[] packageFiles)
at SolidCP.Portal.SqlRestoreDatabase.RestoreDatabase()

thanks

2 Replies
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

With such large DB restores its generally recommended to do this directly on the server as its the most efficient way to handle the data and avoids timeouts.

Regards,

Trevor

Reply
Posts: 4
Topic starter
(@ockert)
New Member
Joined: 4 years ago

@trevor thank you for the reply.

I found that using phpMyAdmin is a lot faster and does not timeout. I am going to advice my clients to use that to restore rather than the solidcp portal

Reply
Share: