Thank You sajuks. It did fix it.
Main Topics
Browse All TopicsHi,
I am installing phpmyadmin 2.8.2, Mysql5.0, apache 2.058 and PHp5.1.4 on SBS 2003 machine. Everything besides phpmyadmin is installed and works. After phpmyadmin installetion, I got:
"Cannot load mysql extension. Please check your PHP configuration. - Documentation"
The php.ini file is in C/Windows/ as it shows up in phpinfo()
In php.ini I uncomented extension=msql.dll, extension_dir = "C:\php\ext",
extension=php_mbstring.dll
In http.conf i did add:
PHPIniDir "C:\WINDOWS"
I also copied php5apache2.dll and php5apache.dll from C:/php to C:\Program Files\Apache Group\Apache2
I also copied libmysql.dll from C:/php to C:/WINDOWS/system32/
The mysql database works and so does php in browser.
Any ideas why the extensionas are not loaded and phpmyadmin installed?
Thank you
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: sajuksPosted on 2006-08-13 at 19:55:35ID: 17307787
"In php.ini I uncomented extension=msql.dll, "
that should be extension=php_mysql.dll and not msql.dll