I'm working on Windows with Apache and PHP.
I just installed MySQL, configured it, and started it.
But when I run
<?php
phpinfo();
?>
I don't see the mysql
section, which means that I cannot use MySQL commands in the PHP code, right ?
Why is that ?
Should I do any manual connection between MySQL / PHP / Apache ?