I am trying to configure MySQL to be used with PHP and Apache. But getting the following error. I am not sure what to do.
Fatal error: Call to undefined function mysql_connect()
Please explain what are steps to configure MySQL with PHP and Apache. What changes are required in the .ini and .dll files.
I am using the following versions:
- Apache: 2.2.19
- PHP: 5.3.8
- MySQL: 5.5.15
I am using Windows machine.