Wamp server is not turning green after windows re-installation - mysql

My folks out there I have installed my wamp server in E:\ drive and it was running very well but when I reinstalled my windows 10 and now when running the wamp server it is saying that none of 3 services running and I searched a lot for the solution but didn't find any solution.
Please help me find the right solution for this.

Finally, I found the solution for this as I was digging up deeper into the solution I found it on the program itself.
to solve the issue run the wamp server and when it is showing on the status bar
it will show in red color as the services are not running.
Just right click on the Wamp Icon and then hover over the tools option and then new options will appear now click on the Reinstall all the services it will prompt you to allow apache on the firewall click on allow and boom now your wamp server will run correctly.

Related

WAMP Not Starting

I'm trying to get started with WAMP server on a Windows 10 computer. When I try to launch the WAMP application on the computer, I get an error message that says This application was unable to start correctly (0xc000007b).
The WAMP icon in the taskbar tray is orange, with 2 of 3 services running.
I am still able to access the WAMP dashboard through localhost in my browser.
I've gone through and installed all the required Visual C++ redistributables to no avail.
I've enabled both the .NET frameworks.
I've installed Microsoft DirectX.
I've restarted the computer.
I don't have Skype.
Running as an administrator.
Some of the things I tried might be completely useless, I was just watching a few YouTube videos about how to resolve this error.
It says in 'services.msc' that it's mySQL that isn't running. Only MariaDB and Apache appear in services.msc, but I'm still able to access phpMyAdmin
Does anyone know what could be the issue? I'm just about at the stage of uninstalling WAMP and starting again, or maybe trying XAMPP instead.
UPDATE: I reinstalled WAMP entirely, and now I have a green icon in the taskbar, with all services running, however I am still not able to open the WAMP application as per the above question. Can I use WAMP without using the desktop client?

MySQL 5.7.16 shows no Product Configuration option during installation on Windows 10

I am trying to install MySQL v.5.7.16 along with the Workbench and Connectors.
All installation videos/tutorials show a Product Configuration step during installation. However, when I use the installer I never receive a Production Configuration step. I show a screenshot below. The Product Configuration should appear below the Installation step in the blue left-hand side menu as shown in the second picture.
I went through the same problem as well. What I did to fix it was simple:
Reopening the file, "MySQL Installer.exe"
You'll see the list of product you've installed. At the column "Quick Action," you'll see a word, "Reconfigure."
Hit it! Done!
Steps:
Uninstall MySQL products from your machine.
Delete "C:\Program Files (x86)\MySQL" folder.
Go to "https://dev.mysql.com/downloads/windows/installer/8.0.html".
There are two options for "Windows (x86, 32-bit), MSI Installer", choose "(mysql-installer-community-8.0.22.0.msi)" version, instead of "(mysql-installer-web-community-8.0.22.0.msi)". The community installer is an offline installer, while web-community is an online installer.
Had the same issue. This worked well for me.
open the installer again from the start menu and click reconfigure.
I found reconfigure option for 3 of the installed items.
I successfully installed the SQL Community Server installer for 5.6.34. I made no changes to my firewall, etc.
http://dev.mysql.com/downloads/windows/installer/5.6.html
MySQL may have a problem with the latest 5.7 installer, or I had a corrupted install that mostly worked but would not configure.
A few lessons learned:
The Product Configuration should appear as an option immediately
after selecting to install a specific version of SQL Server (x86 or x64) in the SQL Installer UI.
If anyone else has this problem, I suggest uninstalling the installer the first time you see this problem.
I found the following steps helpful:
relaunch your MySQL installer,
go to "my server" and reconfigure it,
set the root password
.. and it's done!

Error while installing XAMPP on WIndows 7 Home Basic Edition

I recently purchased a Dell Laptop with nice configuration and Windows 7 Home Basic X64 Edition. Now when I am installling the XAMPP, it gives me the following error. Do you know any solution?
I searched the net, and tried opening "lusrmgr.msc", but it says that "This computer is running Windows 7 Home Basic. The snapin may not be used with this version."
Just type UAC into the start menu or Control Panel search box.
You can simply drag the slider down, If you drag it all the way down to the bottom (NEVER Notify), you’ll have disabled it entirely.
Right click on the Xampp setup and click
Run as Administrator
I think this will serve your purpose.

Fresh MySQL Workbench install not responding on Mac OSX Lion

I have a brand new Macbook Pro with Lion (10.7.4) installed and MySQL (5.5.24). The CLI works fine but when I install MySQL Workbench (5.2.40) the UI is unresponsive.
The only response I can get is the Manage Connections will highlight and allow me to select it when the mouse is about an inch above it's correct location.
I can create a new connection as normal and connect to the DB but cannot close the tab.
This behaviour doesn't work with the Data Modelling or Server Administration section.
I'm pretty familiar with MySQL Workbench on Linux but this Mac problem has me flummoxed.
Any help is greatly appreciated.
I had the same problem and was googling for a solution - finding your post as a result. Meanwhile, got the solution myself. Go to /Applications and open info for MySQLWorkbench.app and check there "Open in Low Resolution". It worked for me (a fresh Macbook Pro/Retina#1920x1200).

Problems in Installing Pligg on localhost

I'm facing problem in installing Pligg on localhost(xampp). It seem to install successfully but does not login, as the page freezes. If anyone is familiar with this problem, please suggest me how to fix it. thanks.
Yes this problem is very very common. I similarly have this issue, even to this day. I've tried installation on Windows XP, Vista, and 7, all have failed.
The only way I'm able to work on Pligg is installing directly onto my hosting server. There I don't get any problems, go through the install process and access my site. Check out this quick google search as many of the top links from forums.pligg.com may offer a solution.
Unfortunately though, I haven't found one. To this day I still deploy my Pligg launches onto the server in a sandbox before going live.
I recommend using WAMP Server (Windows) or MAMP (Mac) for testing Pligg locally. I know for certain that both are working fine with the current version of Pligg CMS. I believe that I had some issues when I tried XAMPP years ago, so it may have some default setting that Pligg just doesn't agree with.