Hi everyone,
first time poster because usually I find my answers on Google but this time I can't find it.
Here is the situation:
I'm using a desktop computer to host MySQL and I'm using Workbench 5.2. This is located at my house. The computer is only used for this reason.
I'm using Access as the FE from my home and from my office.
Because the internet is slow at my office, I thought I would use Workbench on my laptop that would make a connection to my desktop computer.
This solution is working much faster BUT the issue is that not all rows are retrieved.
We are not talking about a huge number of rows (the biggest table has maybe 3-4k rows) and I ran some test to see where the issue was coming from:
-If I use Select from a table with 95 rows and from the direct connection to the server, I can retrieve all 95 rows
-If I use Select from the same table of 95 rows but from the connection on my Workbench to the Workbench on my desktop computer at my house, I only retrieve 42 rows
This situation is not unique to this table but it's the same and in a similar proportion (about half is retrieved) to all the other tables.
In your answer, please bear in mind 2 things:
-I am not a MySQL wizard, I am a small window cleaning company owner
-English is my 2nd language
Thank you for your time
first time poster because usually I find my answers on Google but this time I can't find it.
Here is the situation:
I'm using a desktop computer to host MySQL and I'm using Workbench 5.2. This is located at my house. The computer is only used for this reason.
I'm using Access as the FE from my home and from my office.
Because the internet is slow at my office, I thought I would use Workbench on my laptop that would make a connection to my desktop computer.
This solution is working much faster BUT the issue is that not all rows are retrieved.
We are not talking about a huge number of rows (the biggest table has maybe 3-4k rows) and I ran some test to see where the issue was coming from:
-If I use Select from a table with 95 rows and from the direct connection to the server, I can retrieve all 95 rows
-If I use Select from the same table of 95 rows but from the connection on my Workbench to the Workbench on my desktop computer at my house, I only retrieve 42 rows
This situation is not unique to this table but it's the same and in a similar proportion (about half is retrieved) to all the other tables.
In your answer, please bear in mind 2 things:
-I am not a MySQL wizard, I am a small window cleaning company owner
-English is my 2nd language
Thank you for your time