Unable to install XAMPP services - mysql

I am currently using XAMMP v3.2.4 and i need to install apache and mysql service.
I was able to install these on pervious tries by running xampp-control.exe using Run as Administrator and then marking the check boxes. But now i am unable to mark those check boxes.
I also tried using command line to run xammp-control.exe but nothing changed.
xampp-control.exe screenshot by running as administrator

Related

Start XAMPP Control Panel Apache MySql from Python 2.7 script

I would like to automatically start Apache and MySql of the XAMPP Control Panel without having to make it to the users of the application. Using Python 2.7
The buttons are highlighted below.
Thanks in advance!
Open Windows Command Prompt as Administrator
Type 'net start' to see a list of running services windows.
locate the name for service e.g. "Apache2.4"
write python command to start/stop/restart service....
import win32serviceutil
win32serviceutil.StartService('Apache2.4')
win32serviceutil.RestartService('Apache2.4')
win32serviceutil.StopService('Apache2.4')

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!

Install msql in Mac Osx

so I'm trying to use mysql as my database in sails js instead of mongodb, and I'm currently having a hard time configuring / installing it.
So basically what I did was in my app folder I typed
npm install sails-mysql
then I fixed all my configuration for sails js and I'm having a 500(E_UNKNOWN) error when I open my application or I open a page that connects to mysql. It seems that I have not mysql running and installed. So following this, http://dev.mysql.com/doc/mysql-macosx-excerpt/5.5/en/macosx-installation-pkg.html I installed mysql. Now, I can't seem to locate mysql on my computer to start it. I know that it should be in /usr/local/bin but when I open it using the terminal
open -a Finder /usr/local/bin
the mysql installation directory is not there. Is there anything that I'm missing? Or should I just install MAMP?

How to start xampp v3.2.1 starts automatically in windows startup?

Hi all I am using xampp v3.2.1 in windows 7. I want to start it automatically as windows start, but not able to do it.
I tried the solution provided here but not find anything in services.
I have installed xampp in D drive is this the reason why apache and mysql is not showed in services when open the services.msc from run.
I have tried it from the xampp control panel from the config button I check the checkbox to autostart but it start the services when I start the xampp control panel, not when system start.
So how can I do this, is there any way to do this. Please let me know.
And I also want to do the same thing in windows server 2008 however right now it is installed it in the ** C Drive** of the server but i want to install it on the D drive on server also.
I'm also using xampp v.3.2.1 with windows 7. I have installed it on my C drive and I can see Apache and mysql in services.msc and both appear with auto start, maybe you should try to install in C drive.
Look at this response, It can be helpful to you: How to start Apache and MySQL Automatically when Windows 8 comes up
Start the control panel using "Run as administrator", then you can install apache, Mysql as a service.

Xampp mysql administration page error

I installed the latest stable xampp package, and received the following error page when I tried to access MySQL administration page.
I haven't been able to find documentation of this particular problem on several guides, and mysql's configuration file, my.cnf does not appear to be in the same place when installed with xampp.
There is another instance of mysql service running.
If you are on windows:
Go to local services: You can run services.msc
Scroll down till you see mysql, right click and click stop on the context menu that appears.
Restart xammp and run phpmyadmin again.