Click here to Skip to main content
15,889,855 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have been asked to re-adjust and Windows Server 2003 :(( , to serve a php site, but the problem is that the server has AppServ2.5.10 installed but I can not access the page phpmyadmin, because the previous administrator has set something on it :confused: ,that when I write localhost show it show the site home page, my Question :
Where do I start? :doh:
Posted
Comments
Yusuf 10-Feb-11 19:06pm    
May be you should start where the previous admin left off.
Elgarrai 12-Feb-11 16:17pm    
There are no documents to what you suggeste

1 solution

Your previous admin probably set up some security around phpmyadmin. (If he didn't he's grossly negligent.) You will need to work your way through/around that, after you've discovered what it is.

On a different topic, why do you need phpmyadmin anyway? It does not administer php - its function is to remotely manage a MySQL database "behind" the web server. If you have access to the server (and it looks like you do have), you don't need to use it at all.

Cheers,
Peter

If you think this is a good answer, vote and accept it.

[Edit: added in reply to OP's comment]
I was not sure what you were trying to do. My point was that you appear to have local access to the server, so you can manage MySQL without using phpmyadmin.
phpmyadmin is one of the major targets for those nasty pepole who hack websites. About 80% of the intrusion attempts on my websites are probing for phpmyadmin (which isn't there ;) )
[/Edit]
 
Share this answer
 
v2
Comments
Elgarrai 12-Feb-11 16:15pm    
Thanks for your answer Peter_in_2780, it have been useful.

But I did not understand the part that says:

On a different topic, why do you need phpmyadmin anyway? It does not administer php - its function is to remotely manage a MySQL database "behind" the web server. If you have access to the server (and it looks like you do have), you don't need to use it at all.

What do you want to add? I know it remotely manage mysql database

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900