Hi, i trying to solve a problem in a Wamp Server,
InnoDB: Operating system error number 995 in a file operation.
I did this
The solution is to uncomment the MPM config include in httpd.conf
# Server-pool management (MPM specific)
Include conf/extra/httpd-mpm.conf
Then locate the mpm_winnt_module and change the thread count from 250 to whatever.
<IfModule mpm_winnt_module>
ThreadsPerChild 600
MaxConnectionsPerChild 0
ThreadLimit 2000
MaxRequestsPerChild 0
</IfModule>
but still having the error, someone can give me some idea what i can do?
InnoDB: Operating system error number 995 in a file operation.
I did this
The solution is to uncomment the MPM config include in httpd.conf
# Server-pool management (MPM specific)
Include conf/extra/httpd-mpm.conf
Then locate the mpm_winnt_module and change the thread count from 250 to whatever.
<IfModule mpm_winnt_module>
ThreadsPerChild 600
MaxConnectionsPerChild 0
ThreadLimit 2000
MaxRequestsPerChild 0
</IfModule>
but still having the error, someone can give me some idea what i can do?