|
Posted by iulian.ilea on 10/20/06 13:56
davids58@gmail.com wrote:
> FYI, I have the following in php.ini:
>
> extension=php_mysql.dll
> extension=php_mysqli.dll
>
> --David
>
> davids58@gmail.com wrote:
> > I installed the english.zip file from
> > http://www.phpmyadmin.net/home_page/downloads.php. When I attempt to
> > access phpMyAdmin I get an error page the routes me to
> > http://localhost/phpMyAdmin/Documentation.html#faqmysql. So, from this,
> > I'm concluding that I need the php_mysql.dll extension. In an effort to
> > be totally current, I'm trying to use the MySQL Improved Extension.
> >
> > Investigating this extension, I read the following from
> > http://us3.php.net/manual/en/ref.mysqli.php:
> >
> > "In order to have these functions available, you must compile PHP with
> > support for the mysqli extension."
> >
> > How do I go about this? I don't have a compiler. I do have the .dll
> > currently in C:\php\ext\.
> >
> > TIA,
> >
> > David
If you changed row ;extension=php_mysql.dll to extension=php_mysql.dll
restart Apache (IIS or what you have) and try to run. I think in IIS is
not even mandatory to restart for changes to take effect. You didn't
mentioned what version of PHP you use. If you are using PHP 4 then you
have the mysql support built in and you don;t need any dll.
Navigation:
[Reply to this message]
|