phpMyAdmin access denied for user ‘root’@’localhost’ (using password: NO)
found a solution, in my config file I just changed $cfg[‘Servers’][$i][‘auth_type’] = ‘config’; to $cfg[‘Servers’][$i][‘auth_type’] = ‘HTTP’;
found a solution, in my config file I just changed $cfg[‘Servers’][$i][‘auth_type’] = ‘config’; to $cfg[‘Servers’][$i][‘auth_type’] = ‘HTTP’;
First, your user must have administrator permission. Second, install Xampp outside of “program files“, preferably install in C:\xampp (It usually comes with this by default). Third, after installation (Before running Xampp), go to the C:\xampp directory, look for xampp-control.exe, right click on it, go to “properties” go to the “compatibility” tab and then check the … Read more
The solution is Removing the aria_log_control file allowed MariaDB to start again. You can find this file in \xampp\mysql\data. Then restart or start xammp.
Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. You’re having problem because the object really doesn’t exist in your htdocs directory. You don’t have to append xampp after localhost or 127.0.0.1 because xampp will treat it as an … Read more
allow from all will not work along with Require local. Instead, try Require ip xxx.xxx.xxx.xx For Example: # New XAMPP security concept # <LocationMatch “^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))”> Require local Require ip 10.0.0.1 ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </LocationMatch>
I ran into the same problem with NT Kernel listening on port 80 when I wanted to get my own application listening on that port. After stopping IIS World Wide Web Publishing service IIS Admin Service SQL Server Reporting services the NT Kernel was still listening on port 80 It was finally when I stopped … Read more
Make sure you backup the mentioned folders before taking any action! This worked for me, Quit the XAMPP Cut all files in C:\xampp\mysql\backup Paste and replace files into C:\xampp\mysql\data Run the XAMPP as administrator