You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've been using shared hostinger servers which provides mysql database
since it is not VPN i can not disable column-statistic
and when i try to take backup i am getting error cause server does not support column-statistics
so is there any way to disable it ?
i am unable to take backup
The text was updated successfully, but these errors were encountered:
// this might take some/lots of time
mb.ExportInfo.GetTotalRowsMode = GetTotalRowsMethod.SelectCount;
or
// this might save some/lots of time
mb.ExportInfo.GetTotalRowsMode = Skip;
// depands on how many rows do you have in your database
i've been using shared hostinger servers which provides mysql database
since it is not VPN i can not disable column-statistic
and when i try to take backup i am getting error cause server does not support column-statistics
so is there any way to disable it ?
i am unable to take backup
The text was updated successfully, but these errors were encountered: