I use xampp for one month. But xampp yesterday started making trouble like this
https://imgur.com/avRWXdb. That I uninstall and now install xampp and my sql is running. But now if i want to run xampp and click to xampp icon I always have to choose language: english / german. And if I want to end the program and I stop mysql, I see https://imgur.com/plIpPS4 (* Access Denied) and this: https://imgur.com/a/sEzGKW2 Then I must wain for program answer. I can end xampp. How to repair to normal working again? Thank´s
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
10
Answers
My problem was solved by just running the app as an administrator.
Right click the xampp control panel, and then run as administrator.
You can send to desktop the xampp control panel (shortcut), then change permissions to always Run As Administrator[my image] , 1
and use the shortcut in everywhere you want to add (maybe in your taskbar)
xampp-control.ini file somehow become ‘read only’. Just changing it to ‘full control‘ solved my problem.
The issue is with the permissions, just give write access to the file, you will not get error while you try to exit xampp …
It worked for me …
It happens because the owner of
xampp-control.ini
is different than your user. A simple solution I did was to:This way your user will become the owner of the file. No need to run
Xampp Control Panel
as Administrator which then prompts you each time you run it.I have just the xampp control panel as an administrator and its done.
Right click on xampp control panel and select run as administrator, your issue will be solved.
Deleting the file and executing
xampp-control.exe
is also working.xampp-control.exe
will recreate theini file
with all the correct permissions.Best solution is to locate the file xampp-control.ini in C:xampp, right-click, select Properties then the Security tab and Edit the permissions to Allow all permissions for Everyone.
Error caused due to incorrect xampp-control.ini file permission.
In order to fix this issue in a simple way:
Now your application should look good.
Solution for this error cannot create file "c:xamppxampp-control.ini" acces denied
Rightclick on xampp-control.ini and click on property then click on security and click on EDIt and give full control on EveryOne.