I’m using IIS on windows 10 to set up my website for testing. I have PHP and MySQL working. however, when trying to access the phpMyAdmin login I get this error:
Warning: require_once(C:inetpubwwwrootphpMyAdminlibraries/constants.php): Failed to open stream: No such file or directory in C:inetpubwwwrootphpMyAdminindex.php on line 22
Fatal error: Uncaught Error: Failed opening required 'C:inetpubwwwrootphpMyAdminlibraries/constants.php' (include_path='.;C:phppear') in C:inetpubwwwrootphpMyAdminindex.php:22 Stack trace: #0 {main} thrown in C:inetpubwwwrootphpMyAdminindex.php on line 22
I’ve set this up before on Linux and didn’t have any issues. Did I miss something in the config file?
edited phpMyAdmin config.sample.inc.php file to recommended settings, error still shows up
New contributor
User is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1