wcf service:
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="basicHttp" maxReceivedMessageSize="" maxBufferSize="" maxBufferPoolSize="">
<readerQuotas maxArrayLength="" maxStringContentLength="" maxDepth="" maxBytesPerRead="" maxNameTableCharCount=""/>
</binding>
</basicHttpBinding>
</bindings>
</system.serviceModel>
client:
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IMySQLService" maxReceivedMessageSize="" maxBufferSize="" maxBufferPoolSize="">
<readerQuotas maxArrayLength="" maxStringContentLength="" maxDepth="" maxBytesPerRead="" maxNameTableCharCount=""/>
</binding>
</basicHttpBinding>
</bindings>