Tutorials

Setup MySQL for PHP on Windows

Step 3: Setup MySQL for PHP on Windows

Confirm Library DLL Files Exist

Confirm that files php_mysql.dll and/or php_mysqli.dll are located in the c:\php\ext directory.

These are the actual database library files PHP need for interacting with the MySQL server so it's important that they are where we think they are.