Jump to content

IIS, Xamp- Mysql Phpmyadmin did not work

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
newphpcoder

newphpcoder

    Programming Professional

  • Members
  • PipPipPipPipPipPip
  • 479 posts
Good day!

I tried a lot of experiment to work my website in a windows server 2003. Now I need to used IIS as my webserver, mysql-phpmyadmin from xampp for my database. And sad to say I cannot open phpmyadmin i got an error # 404 I think it is error in IIS . Which the path or location was not found. My PhpmyAdmin folder was on the xampp folder. I tried to move it to the localhost\wwwroot, then I got a error: Forbidden error and i think it's an error in apache. My apache was uninstalled because I must prepared to used IIS as my webserver and I used IIS to work my php file. How can i work my phpmyadmin even it is in xampp and i used IIS as my webserver. I'm sorry because i really don't know what configuration i need to do. I need to fix it..

Any help is highly appreciated.

Thank you

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
PHPMyAdmin is nothing but a set of scripts on a subfolder with a database attached, you will need to copy the phpmyadmin directory to your IIS server and then export the database to it. It is simpler to just reinstall and set up PHPMyAdmin separately for IIS.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
newphpcoder

newphpcoder

    Programming Professional

  • Members
  • PipPipPipPipPipPip
  • 479 posts
Good day!

I configure again my windows server 2003 to work my php webpage. I used the ff:

Windows Server 2003
IIS 6.0
Mysql Essential 5.1.53
phpmyadmin 3.3.8.1
php 5.2.3

I follow this article or tutorial to work my phpmyadmin

Install MySQL & phpMyAdmin On Windows For IIS | I'm Just Being Manan

In that article she used IIS 7, but I used IIS 6.0 and i think there's no problem regarding the difference of IIS version.

and when I try to run my phpmyadmin I got this error: http error 403 forbidden.

I don't know what is the problem why my phpmyadmin did not work. By the way I created phpmyadmin folder in localhost\wwwroot then i extract the phpmyadmin zip file there.


Thank you