What could be the problem of my mysql database server in WAMP.
I can\'t open it. The error says:
MySQL sai
This works:
Go to your MySQL directory and find mysql-bin.index
then clear its content. Everything should work fine after that.
Source
MySQL57 properties screenshot
if you upvote me i can add the photo inline
when I turned off my McAfee Firewall the problem was fixed
what I need to change in McAfee settings
Firewall -> Settings -> Program Permissions -> Apache HTTP Server -> need to be set to Full or Outgoing
I installed MySQL stand-alone (not using any XAMPP/WAMP stack) and got this problem some time ago. I just ran the following command in windows command prompt:
C:\>"C:\mysql\bin\mysqld" --console
where "C:\mysql\" is the installation directory (adjust the path according to your own case). The
--console
displays the process for debugging purposes.
After startup, you should see something like:
C:\mysql\bin\mysqld: ready for connections
Version: '5.7.10' socket: '' port: 3306
For moore, see Starting MySQL Server
I know it is a quite old question. But given that I have faced the same issue the other day as of 2017, which really freaked me out. I thought this may help some people.
I'm assuming you faced the issue possibly because of a recent update of the database.
If that's the case, please simply do the following three steps:
Everything should work just fine.