Install phpMyAdmin in IIS 6

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sels2005j
Forum Newbie
Posts: 1
Joined: Sat Nov 26, 2011 1:02 am

Install phpMyAdmin in IIS 6

Post by sels2005j »

I have installed PHP in windows 2003 IIS and MySQL.

When I run phpMyAdmin, I get the following error

\Unknown language: en.

Cannot load mcrypt extension. Please check your PHP configuration.

see the attached file.

If I log with user name : root and the password which given to MySQL

the page redirect and displays the page can not be displayed

Please help me to install phpMyAdmin in IIS without installing Apache.

Thanks in advance
Attachments
phpmyadmin.jpg
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: Install phpMyAdmin in IIS 6

Post by maxx99 »

Check your phpmyadmin/config.inc.php and $cfg['DefaultLang'] is it 'en' or e.g. 'en-utf-8'??

About mcrypt. Check this:
http://www.phpfreaks.com/forums/index.p ... c=264732.0
Post Reply