How can I solve my server software problem?

Asked By 0 points N/A Posted on -
qa-featured

Recently I have installed a server software named xampp in my net book operated by windows 7 . The version  of the server was   xampp-win32-1.7.4-VC6-installer. After installation, when I had gone to localhost/xampp then I could not find the phpmyadmin option. How can I solve this problem? I have used this software before but I have not to face this type of problem.

SHARE
Answered By 5 points N/A #128940

How can I solve my server software problem?

qa-featured

Although without phpmyadmin option on the xampp page, you still can access your phpmyadmin page from your address browser. Type in there http://localhost/phpmyadmin. Of course you need to start your xampp program first.

Don't forget to make sure your apache and mysql program had running on yourcomputer. You can see the program run process with open xampp panel, or through Task Manager, in Processes tab: find "httpd" and "mysqld"

This because xampp package had already includes: apache, mysql, mercury mail, and proFTP to run your localhost as a server. So don't have to feel bothered if you find no option for phpmyadmin. 🙂

Related Questions