Cannot load mysql extension. Please check your PHP configuration
am 18.02.2006 12:54:39 von pjSoni
Hi All,
I have installed php 5.0.4.10.5 and mysql 5 both in 64 bit version in
Fedora 4.0 when Im trying to install phpMyAdmin it shows error like
'Cannot load mysql extension. Please check your PHP configuration'
If anyone knows pls help.
Re: Cannot load mysql extension. Please check your PHP configuration
am 19.02.2006 02:35:49 von Mike Willbanks
> I have installed php 5.0.4.10.5 and mysql 5 both in 64 bit version in
> Fedora 4.0 when Im trying to install phpMyAdmin it shows error like
> 'Cannot load mysql extension. Please check your PHP configuration'
Are you using the mysqli extension? If not that is probably the case.
--
Mike Willbanks
Zend Certified Engineer
http://blog.digitalstruct.com
Re: Cannot load mysql extension. Please check your PHP configuration
am 23.02.2006 00:24:59 von Jim Michaels
"pjSoni" wrote in message
news:1140263679.509474.172010@g44g2000cwa.googlegroups.com.. .
> Hi All,
>
> I have installed php 5.0.4.10.5 and mysql 5 both in 64 bit version in
> Fedora 4.0 when Im trying to install phpMyAdmin it shows error like
> 'Cannot load mysql extension. Please check your PHP configuration'
>
> If anyone knows pls help.
I haven't had any problems with PHP 5.1.2 and MySQL 5.0.18.
That version of PHP you are using was a stable release wasn't it? I was
using something like 5.0.0 and the installer wasn't fully formed, etc. I've
heard people say about 5.0.4 to upgrade.
also, the extensions I have were installed in the ext subdirectory. example
INI files erringly had a line like
extension=php_mysql.dll
should be
extension=ext/php_php_mysql.dll