how to fix xampp control panel mysql starts then stops from running - mysql

ive tried solutions such as . changing the mysql ports to 3307 and adding
innodb_force_recovery=1 to my.ini but still it wont work

This problem was occurring for me. It was happening because I had installed XAMPP in the Program Files (x86) folder. During the XAMPP install it says DO NOT install it there, but I had misunderstood.
I uninstalled and reinstalled to C:\Xampp and it all works fine now. This is basically a permissions issue.

Related

Problem accessing MySql database on xampp

So, i'm using Xampp 1.7.3 on my windows machine to run a server, never had any issues until now.
Somehow, i just "lost" connection with my database. The server can communicate without any problems, but when i try to access by typing "127.0.0.1/phpmyadmin or localhost/phpmyadmin" i just get a page saying that the Site can't be reached.
Already tried to restart the services and the machine itself, nothing worked.
Haven't tried to reinstall xampp simply because i can't kill the server. I need something to fix that WITHOUT reinstalling xampp

Can't install mysql server on windows

I'm trying to install a mysql server on my win 10 machine. I've downloaded the installer from here, but when I open it, it finds an installed version of mysql server on my computer (which I thought I had uninstalled something like a month ago). I tried to remove it from the installer, but it fails when it reaches 50%, and I also cannot find any mysql file on my computer. Can anyone of you help me removing the thing I have on my computer to make a new fresh install on mysql server, please?
Thanks,
Lorenzo
here is the solution to my problem. I managed to uninstall the previous version with FixIt and than I did a new installation. Thanks to all of you for the help.
Try to remove directory Mysql found in from C:\Program Files (x86) or C:\Program Files.
and try Install mysql agai

Mysql Server Community Edition With Workbench, How to *completely* uninstall

Awhile back I set up mysqlserver to use briefly in a class. This was some time ago. Now I suspect my installation has been corrupted somehow and I would like to just completely uninstall it and start over. However, when I run the install package again, I'm not presented with an uninstall option. Just options to update. I tried using windows uninstaller but noticed that some parts remained.
Thank you for your help

XAMPP Instalation problems with Mysql and phpmyadmin

I have been having a lot of issues with the proper installation of XAMM for local development. The installation looks OK when completed but then I run apache and works and when I try to access the phpMyAdmin panel it says that it can't connect because of port issues.
I have seen lots of "fixes" on blogs and videos suggesting this that and the other port changes but nothing works. So I want to re-install XAMPP from scratch but I have also had other installs that use "localhost" such as WAMP and BITNAMI. I have already deleted XAMPP, BITNAMI AND WAMP. But when I look in the ***Panel de control\Programas\Programas y características ** to uninstall programs I see that I have other mysql programs in there as in this image:
and my question is if it is safe to uninstall these programs highlighted here so as to clean my OS and be able to re-install XAMPP without further issues of "port x is in use by..."?
I am also aware that I must erase all folder remaining of WAMP XAMPP etc in programs file.

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