Re: cannot load mysql extension



I would check you php.ini to make sure that the extensin is enabled.
You probably need to uncomment the line php_mysql extension.

If that doesnt work, make sure your php.ini is being loaded. Windows
prefers to have the php.ini file in the C:\windows directory. I
recently had similar issues when php would load and default to its own
php.ini file (with no extensions or directories defined). I had to
manually move the configured php.ini to windows directory to have it
load.

Try that. I hope it helps.

.