I learned that the following must be added/edited in the php.ini file:
extension=mysql.so
mysql.default_host = localhost
but the mysql.so file is found nowhere on my system. What could be the cause of this? How necessary is this file and what does it do? What procedure should I follow to correct this problem. I can't find it in the MySQL or PHP Manuals.
Also, I connect to apache using port 4444, do I need to enter mysql.default_host=localhost:4444 or just mysql.default_host=localhost?