Not to be snippy, but Mr. Google is your friend. I searched for "mysql" and "php.ini" and this is the first result with lots of useful information: http://us.php.net/mysql
What you'll be modifying in php.ini is dependent on your operating system, but usually you'll be looking for the line that looks something like this: ; extension=mysql.so It may be a DLL file if you're using Windows. Remove the semi-colon. Restart apache. That's usually all you need to do. On Mon, Mar 3, 2008 at 10:27 AM, chad qian <[EMAIL PROTECTED]> wrote: > > Maybe I don't enable Mysql extension in php.ini.What should I do about > php.ini? > > Thanks! > > chad > > > Date: Mon, 3 Mar 2008 10:20:19 -0500 > > From: [EMAIL PROTECTED] > > > To: [email protected] > > Subject: Re: [Norton AntiSpam] [nyphp-talk] error message when I run > http://localhost/phpmyadmin/index.php > > > > > > Have you enabled the MySQL extension in your php.ini file? > > > > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On > > > Behalf Of chad qian > > > Sent: Friday, February 29, 2008 4:19 PM > > > To: [email protected] > > > Subject: [Norton AntiSpam] [nyphp-talk] error message when I run > > > http://localhost/phpmyadmin/index.php > > > > > > > > > > > > > > > > > > Hi, > > > I install apache,php5,mysql6 and phpmyadmin on windows. > > > When I run http://localhost/phpmyadmin/index.php, > > > I get the error message > > > "phpmyadmin Error > > > Cannot load mysql extension. Please check your PHP configuration. - > > > Documentation" > > > > > > How to solve this problem? > > > > > > Thanks! > > > > > > chad > > > ________________________________ > > > > > > > > > Need to know the score, the latest news, or you need your Hotmail(R)-get > your > > > "fix". Check it out. > > > _______________________________________________ > > > New York PHP Community Talk Mailing List > > > http://lists.nyphp.org/mailman/listinfo/talk > > > > > > NYPHPCon 2006 Presentations Online > > > http://www.nyphpcon.com > > > > > > Show Your Participation in New York PHP > > > http://www.nyphp.org/show_participation.php > > > > > > > > > > > -- > > realm3 web applications [realm3.com] > > freelance consulting, application development > > (917) 512-3594 > > _______________________________________________ > > New York PHP Community Talk Mailing List > > http://lists.nyphp.org/mailman/listinfo/talk > > > > NYPHPCon 2006 Presentations Online > > http://www.nyphpcon.com > > > > Show Your Participation in New York PHP > > http://www.nyphp.org/show_participation.php > > > ________________________________ > Helping your favorite cause is as easy as instant messaging. You IM, we > give. Learn more. > _______________________________________________ > New York PHP Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > NYPHPCon 2006 Presentations Online > http://www.nyphpcon.com > > Show Your Participation in New York PHP > http://www.nyphp.org/show_participation.php > -- realm3 web applications [realm3.com] freelance consulting, application development (917) 512-3594 _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
