So recently I installed the latest version of WampServer in a new computer to replace an old one that I'm using mainly to host a Mysql server. I have a handful of databases that I access with a few basic programs, after importing everything to the new server and changing very little of the default configurations my programs ran fine and much faster than before when tested in the same machine, but when I try to use them from another computer in the same network I keep getting Timeout errors with the 2 applications that have to load the biggest amount of data through Queries.
In the one application that I'm using now to troubleshot this I noticed that it always timed out in the middle of a Select Query that delivered 4.000+ rows when the program is loading the initial data, but adding a Limit 100 at the end of that particular request made the program fully load but timeout later if I kept operating it to make it make more Select queries for smaller amount of data at short intervals.
I have no idea what can be a possible cause of this problem, the programs still run fine if I connect them to the old server which I think it's pretty much running with the default Mysql configuration, they also ran well when I tried Mamp in this same computer but I ended up having problems with its services so I discarded that option.
Since yesterday I have tried everything that found on the Internet that may have been slightly related to my problem with no luck, as a consequence my my.ini in a mess with some extra things and a lot of bigger numbers than the default ones, probably a lot of unnecesary stuff. Here it is:
[pastebin.com]
Thanks in advance for your time.
In the one application that I'm using now to troubleshot this I noticed that it always timed out in the middle of a Select Query that delivered 4.000+ rows when the program is loading the initial data, but adding a Limit 100 at the end of that particular request made the program fully load but timeout later if I kept operating it to make it make more Select queries for smaller amount of data at short intervals.
I have no idea what can be a possible cause of this problem, the programs still run fine if I connect them to the old server which I think it's pretty much running with the default Mysql configuration, they also ran well when I tried Mamp in this same computer but I ended up having problems with its services so I discarded that option.
Since yesterday I have tried everything that found on the Internet that may have been slightly related to my problem with no luck, as a consequence my my.ini in a mess with some extra things and a lot of bigger numbers than the default ones, probably a lot of unnecesary stuff. Here it is:
[pastebin.com]
Thanks in advance for your time.