Kokombads
Kokombads

Reputation: 460

I can't access phpmyadmin even though apache server is running

so i installed xampp then installed microsoft sql server 2008 r2. then the apache server was no longer working because some app stole the port 80 (damn, why don't these app makers just use a different port? what's special with port 80?)

so i followed a tutorial that fixes this, it said i should rename the 80 into 81 (or any number), the apache server started but phpMyAdmin didn't. then I followed another, it says, rename 80 into 8080 and 443 into 4433. same result.

I found another, saying in the root folder, I should rename the phpMyAdmin into lower cases which i did, but still, the apache server is running but the phpMyAdmin doesn't.

Upvotes: 0

Views: 1137

Answers (1)

Bassel Shmali
Bassel Shmali

Reputation: 217

Try accessing your phpmyadmin panel using this url localhost:81/phpmyadmin, use the port you finally set for apache instead of 81

Upvotes: 3

Related Questions