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

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.

Related

Auto start XAMPP version 7.1.4

how can I Automatically start Apache and MySql services without launch XAMPP version 7.1.4?
Auto starting Apache and MySQL as a service is quite easy,just follow the following steps.
1.open XAMPP Gui as an admin.
Search for XAMPP on windows apps search area then right click on XAMPP and open it as an admin
2.To your left hand side of the XAMPP GUI,Enable Apache and MySQL services.
3.Close the Gui
and that is basically it.
So the Next time you want to use Apache and MySQL on switching ON your windows system,the two services will be already running by default.
Enjoy!

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!

how to open automatically MYSQL on start up of computer? or is there a downloadable software for it?

I'm using xampp to start my mysql server but i want to start it automatically on start up of
my computer. Is there anyway i could make my Xampp (MYSQL) opens automatically on start up?
You should add MySQL as one of your computer's services so it would run automatically on start-up. If you are using Windows OS, then probably, your XAMPP is installed on C:\XAMPP\. Now, go to your XAMPP directory and right click xampp-control.exe run it as administrator and the XAMPP control panel will pop-up. Check the box beside MySQL, that is the box under Service column and is beside the MySQL Module. Mostly, a UAC or user account control will pop-up asking you some stuff, just accept it and install the MySQL service to your PC. If everything is done correctly, your MySQL service should automatically start when your computer boot up.
you need to your xamp application to you startup item of windows/linux check the following link for windows
http://www.wikihow.com/Alter-Startup-Programs-in-Windows-XP
If you are using windows Operating system, then put xampp in your startup.
Startup will be available in your start menu -> all programs
1.Open your xampp-control panel in this folder path xampp\xampp-control.exe.
2. Just make a tick mark on service!
to see the image click here
OR
For Window: see the Links below
http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html

Unable to unistall mysql installer

I had some issues while installing MySQL the first time and it threw up some errors. When I tried to uninstall and reinstall I am unable to uninstall the MySQL Installer. Is there anything I can do to rectify this?
OS : Windows 7 (32 BIT)
I know this answer is a bit too late, but I've encountered the same problem, so I hope it could help others.
Steps:
Find the version of installed MySQL installer (I could not find specific version, so I used the installation date and downloaded the corresponding version in MySQL archived downloads page) and download it.
Run it and choose to uninstall all the components. The installer itself will still be installed.
Right click on the downloaded installation file (i.e. mysql-installer-web-community-5.7.17.0.msi) and choose "Uninstall".
did you try to uninstall MySQL Installer in Safe Mode?
If you don't know how to boot in Safe Mode follow these steps :
1- Start your computer
2- Press on the F8 key during all the time on booting
3- Safe Mode menu will appear and chose Safe Mode...
Then, go in your Control panel of windows and try to uninstall MySQL.
I think the problem is because MySQL is starting automatically when you log into windows. So, MySQL service is always running and when a service is running you can't uninstall it..
Hope it's help,
Dave

XAMPP on Flashdrive cannot start Apache, MySQL on Windows 7

XAMPP is unable to start Apache or MySQL on a windows 7 system when run from a flashdrive.
The control panel indicates that the server is starting, but it never actually comes online. Additionally, the control panel process refuses to end; Task Manager end tasking is required to make it stop.
Is there a specialized setting either in XAMPP or Windows that needs to be made to achieve operation? Is there a version incompatibility? Anyone know a way to get this running?
Try XAMPP Lite -- it has all of the main features of XAMPP, and runs flawlessly from a flash drive.
Be sure to select "no drive letters" during the setup process to maintain portability.