Find this line:
Code:
;extension=php_mysql.dll
And remove the ; from the start to load that module.
Then, find this line:
Code:
extension_dir = "./"
and make sure it points to the correct extensions folder. By default, this is located in <PHP Root>/ext/.
Hope that helps.