MySQL Forums
Forum List  »  InnoDB

I having this error InnoDB error umber 995
Posted by: Candice Horie
Date: February 21, 2019 05:45AM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
I having this error InnoDB error umber 995
1091
February 21, 2019 05:45AM


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.