I have installed Wamp server but not able to use PHP admin my button shows green but not able to login to PHP admin the port which I am using is it whenever I open the localhost it goes to 8080 so once i in the address bar change it to a t from 8080 to 80 in(already in httpd.conf changes to 80 still 8080 opens up) it opens up and connects to the database.but when I try to open a PHP admin want to see my files in database can't login Where m i going wrong
Asked
Active
Viewed 41 times
0
-
are you sure Wamp Database was connected? which kind off error was return ? – Jaykumar Gondaliya Jun 23 '17 at 13:01
-
It's is connected as my pages are showing up – Amit kumar Jun 23 '17 at 13:03
-
then you must share your code here so we can check where is wrong – Jaykumar Gondaliya Jun 23 '17 at 13:04
-
Code .....? I think something wrong with port. – Amit kumar Jun 23 '17 at 13:06
-
Port used by apache 8080.I changed to 80 in https.conf still it is taking 8080.80 is not used. – Amit kumar Jun 23 '17 at 13:08
-
Okay, same issue i faced. having Skype in your system? then please change that port. and then start wamp – Jaykumar Gondaliya Jun 23 '17 at 13:08
-
No Skype. ...and port 80 is unused free – Amit kumar Jun 23 '17 at 13:09
-
Okay check here i found same question that you have [https://stackoverflow.com/questions/19016388/wamp-your-port-80-is-actually-used-error](https://stackoverflow.com/questions/19016388/wamp-your-port-80-is-actually-used-error) – Jaykumar Gondaliya Jun 23 '17 at 13:10
-
Mine is showing green.pages are opening means able to connect to database but can't open phpmyadmin – Amit kumar Jun 23 '17 at 13:12
-
Okay create one php file and put this code `` and check it about your DB – Jaykumar Gondaliya Jun 23 '17 at 13:18
-
code `` and check it about your DB.what I need to look – Amit kumar Jun 23 '17 at 13:31
-
Ok it's is showing up default port 3306 which is correct – Amit kumar Jun 23 '17 at 13:37
-
Did you use the wampmanager menu to change the port that APache use, or did you do it maually? – RiggsFolly Jun 23 '17 at 15:08
-
@RiggsFolly I did both now it has turned to red.rigg I follwed few of your tips on wamp forum but that too didn't work – Amit kumar Jun 23 '17 at 15:48
-
@RiggsFolly Got you answer. Changed user to root refreshed pages clearing cache.it worked – Amit kumar Jun 23 '17 at 16:33