MySql 5.7 Service not start after Windows 10 update - mysql

Mysql server 5.7 not starting on windows 10 after latest update

I ran in to this problem. If the HandyCreative solution doesn't work it might be a much simpler issue. In the search bar type in IIS. Open the Internet Information Services program that shows up as a result. On the right hand side click STOP. If you have IIS running you can't run MySQL.

yes, restart services like mysql, IIS by going -->run --> services.msc - restart service's in there. Can you look at the event logs when you try and start mysql. Is there any errors?

Related

How can I install different versions of MySQL on Windows 10?

I would like to install different MySQL versions on Windows. I have a MySQL 5.5 running, and I want to install a MySQL 5.7 to debug compatibility issues of a program I am working on. Both installations should stay side at a side, may have their own databases (it’s OK to start with an empty 5.7) and I am happy to run or stop the one or other from the Services control panel manually. The nowadays MySQL installer - community wants to upgrade my existing installation and, unlike explained in this article, does not offer another option to install the versions side to side. All I found was a rant confirming my problem, but no real solution. If it requires me to install it manually, I need detailed instructions. In my case, default setup (default port) is sufficient, because I don’t need to run both instances the same time.
This is not so obvious but using the "MySQL installer", you need to run it, then click on "Cancel" and a new window will appear, letting you install new elements. You can then select the version(s) of MySQL that you want to add to your system.
You don't need it but if people want to run several instances at the same time, they need to choose a different port for each installation.
Why not simply use a virtual machines to install your different MySQL version ?
Like that you will be sure to have no compatibilty issues between them and you can start/stop vms as you like.
Otherwise, I did find that : https://www.codementor.io/arpitbhayani/setup-multiple-mysql-servers-with-different-versions-docker-du107solq but can't confirm it's working.
Use Dockerized mysql and you can run as many mysql versions you want on different ports.

How to get MySQL server working after OSX Yosemite upgrade?

After I upgraded my Mac from Mavericks OSX to Yosemite, my local Apache and MySQL server setup did not work anymore. Thanks to Apache localhost/~username/ not working I just got the Apache server working but my Joomla application now indicates it can't access the MySQL database; neither can the Phpmyadmin tool.
How to fix this? I've seen instructions for installing MySQL for Yosemite (https://www.computersnyou.com/3376/setup-apache-php-mysql-macosx-10-10-yosemite/) but I'm not sure whether that's the best way forward as my Joomla application still needs to access the existing MySQL db information? E.g., I don't want to lose my existing saved database info of various web applications....
If you had a working native version of mysql working on Mavericks, the mysql preference pane should be still visible in the preferences, just click on the preference pane and start mysql.
Only problem is that mysql does not auto-start on boot, this can be solved by following these steps: https://stackoverflow.com/a/26465743/580173
Just Start MySQL Server! It worked for me.

MySQL is not working after Windows 8.1 update

I have Wamp Server 2.5 installed and it was working fine until my Windows 8.1 update. After the update the Wamp Server has became very slow. I have searched for the solution the whole night and tried every possible solution but no joys :( I re-install wamp, disable IPv6, removed cache, etc. I tried to install Xampp Server then but it has the same issue. I came to know that the issue is with MySQL. Whenever I access my project which requires connection with database it doesn't respond but whenever I access any static page it works normally. Any help would be appreciated!
Thanks in Advance
localhost may be needed to replace with 127.0.0.1 in your program
'Listen 80' need to replace with 'Listen 0.0.0.0:80' in httpd.conf

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.