EasyPHP MySQL does not start - c++

I´ve installed EasyPHP Devserver 16.1.1 on Windows 7 starter. HTTP server works fine, but MySQL (5.7.11 x86) doesn't start. I can't figure out why. After clicking Start button, the page refreshes but MySQL never starts, with no error messages. Error log remains empty.
I´ve also installed Visual C++ Redistributable for Visual Studio 2015 x86.
Can anyone help me with this? Thanks in advance.

I have found the reason.I read MYSQL's error log , and saw this "[ERROR] Do you already have another mysqld server running on port: 3306 ?" , then I realized that I have another mysql server is running on 3306(because I have installed other PHP environment in my computer,and it starts automatically). I open the Tools of EasyPHP ,select "open ports controller", and kill the process on 3306. Finally , I start MYSQL again. Everything goes fine.

i opened the CMD and wrote "lodctr /r", i waited to load a few second, a message popped out, i dont remember what it said but then i reloaded the web site and tried again to star the servers, it worked!!!
well, if anybody is having problems here can try this.

Related

Why did Windows 10 upgrade break VS 2017 with IIS Express?

Did the latest Windows 10 upgrade on 8/27/2019. That broke Outlook 2016, but an Office Repair tool fixed that.
Now my VS Community 2017 can't run a Web project because IIS Express won't start. Says some other app is using the port, but SysInternals and netstat -ano say otherwise. In the Windows application log, an error for Clr4IntegratedAppPool always fires before the IIS error.
I have tried all of the following:
Repair VS 2017 (took hours to download gigs of stuff; what was this, an entire reinstall?)
Uninstall/reinstall IIS Express and reboot, reboot, reboot.
Delete the folder My Documents/IIS Express.
Delete the hidden project file .vs/config/applicationhost.config.
Changed the port number in the VS project properties, on the Web tab.
Ran this command: netsh http add iplisten ipaddress=::
I created a new web project and it ran fine with IIS Express. But after that, the old project still could not keep IIS Express running.
Suggestions?
When I compared the csproj files for the new project that worked and the old one that had stopped working, I found that the new one had a lot of IIS-related stuff that was absent from the old one. I copied it from the old to the new, and it worked. However, it only worked with the new port number. Haven't gotten the old one to work, but I'll gladly settle for that!
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>57919</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:57919/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>

wamp server not working on win10

My WAMP server is not working whatever i do.
I disabled IIS so it is not occupying port 80.
Then checking it in cmd with command netstat -ao its not there
I have WAMPServer 64bit so i checked wampapache64 and wampmysqld64 in Task Manager
And found that wampapache64 is not running. Tried to run it through WAMP>Apache>Services>Start/Resume and tried manually in Task Manager does not start it.
WAMP icon still orange and not green.
Does anyone have any idea?
Update
In cmd i went to cd C:\wamp\bin\apache\apache2.4.9\bin then httpd.exe -e debug and it outputed me an error in httpd.conf
Checked that line and it was my fault :) when modified with notepad probably entered it... Geez...
So anyway after fixing that it started showing missing files

WAMP- localhost opening error

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in green color meaning services start.but it is not working.
Possibilities
WAMP use port 80 : Is there any other process running which might use port 80. Skype use this port. Do you have skype ?
If the Wampmanager icon in the system tray is Orange then one of the services has not started.
Look at your MySQL error log and Windows Event Viewer, for error messages from MySQL, that should tell you what the problem is.
If you tried installing Apache and MySQL independantly before you installed WAMPServer make sure they are both properly uninstalled. Also check there is no my.ini file anywhere on your system except inside the C:\wamp folder structure.

Coldfusion JRUN 4 Server - how to stop it

I got halfway through installing a security patch for CF801 ent (http://kb2.adobe.com/cps/890/cpsid_89094.html) on a windows 2k8 server + iis.
I made a backup copy of the WEB-INF directory as instructed. Then I tried to merge the new WEB-INF provided by Adobe. It hung up on one particular file (C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\lib\cfmx_bootstrap.jar), with the error:
Cannot delete output file (above file).
So, I tried renaming the file and got the error:
The action can't be completed because the file is open in jrun.exe.
I have stopped the server via JRUN launcher, so where could the file still be open. I tried rebooting the server in case there was something still running in the background. Error persists.
I'm new to enterprise multiserver installs, so I may be missing something basic.
Resolved: Stopping the server instance via JRUN Launcher doesn't shut the coldfusion server. I needed to stop it in services, which I tried originally, but I wasn't used to the way CF with JRUN was appearing in the services (It appears as "Macromedia JRUN CFusion Server", whereas I had been looking for services beginning with "ColdFusion" or "Adobe"). Once I found the service and stopped it, I was able to overwrite the file.
Offhand, I would try setting all the ColdFusion services to start manually instead of automatically, and reboot. Install the security pack, set the services back to start automatically, and reboot again.
HTH.

Wamp - no operation is available

I just installed wamp.
I started the application and 2 things:
I keep getting red light.
when I press the icon nothing happens, I am pretty sure it should have come up with a menu or something.
I can't restart or nothing...
I am administrator, I tried reinstalling.
ideas?
Thanks
Is there any other program using port 80 ? so that apache can't start ?
tried already to start the services by hand?
Start Menu - Run - Services.msc
and look for apache and mysql.
What OS are you running? make sure you haven't IIS running.