I having this error InnoDB error umber 995
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?
Subject
Views
Written By
Posted
I having this error InnoDB error umber 995
1287
February 21, 2019 05:45AM
631
February 21, 2019 12:46PM
772
February 21, 2019 04:50PM
784
February 21, 2019 07:38PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.