简体   繁体   中英

phpmyadmin in xampp not working on windows 10

I'm getting below error when I type in localhost/phpMyAdmin after starting apache and mysql server in Xampp in Windows 10.

Is there a way I can fix this issue?

MySQL said: Documentation

#2002 - No connection could be made because the target machine actively refused it.

The server is not responding (or the local server's socket is not correctly configured). 
Connection for controluser as defined in your configuration failed.

If you are using the Bitnami version of Xampp you will have issues with Windows 10. Download and install an older version from sourceforge.net and it should work. I used version 1.7.3 and so far so good.http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/

我遇到了同样的问题,但通过在 config.inc.php 文件中用127.0.0.1替换localhost修复它。

My problem was probably because i had installed bitnami and then later installed xampp. I deleted bitnami, xampp and my temp folder C:\\Users\\Default\\AppData\\Local\\Temp. It worked fine after reinstalation. thats the only way it worked for me

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM