Hi,
I have MySQL server 5.6 installed on a WHS 2011 system and connect (via .NET) from a Windows 8.1 computer. If I run the exe which executes the sql statements on the server instead of the client (which is much faster than a WHS 2011 server) each query takes about ten times more time to execute as on the client.
In my opinion sql queries are always executed on the server machine but this behaviour is as if the query is executed on the client. Where is my mistake? And how could it be changed?
Thanks in advance.
I have MySQL server 5.6 installed on a WHS 2011 system and connect (via .NET) from a Windows 8.1 computer. If I run the exe which executes the sql statements on the server instead of the client (which is much faster than a WHS 2011 server) each query takes about ten times more time to execute as on the client.
In my opinion sql queries are always executed on the server machine but this behaviour is as if the query is executed on the client. Where is my mistake? And how could it be changed?
Thanks in advance.