Interested in my articles? Subscribe to RSS feed or get quick updates via My Mind Leaks - Twitter or Facebook

I faced the problem of loading the MySQL Extentsion when I upgraded the PHP from 5.0 to 5.2.5.
I search for websites on HOW-TO load the PHP MySQL Extension.
All the websites quoted saying remove the semicolon “;” in the extensions section.
It was the same answer even in MySQL forums, which I already knew.

But that didn’t fix the problem. The problem is, the PHP cannot find the extension directory.
Update the below line in your “php.ini” file.

; Directory in which the loadable extensions (modules) reside.

extension_dir = “./ext”

Source: Moved from maheshexp.wordpress.com

Comments?

If you find this post interesting, comments, suggestion, any mistakes in my writings, questions, any interesting aspect related with the post, you are welcome to drop a note at ms@mymindleaks.com. Always, glad to hear from you.