On the new server we have the dynamic extensions of mysql.so and mysqli.so
I haven't been able to find anything about the details of building one myself, so copied them over to the old server. On the current server, it doesn't have MySQL configured with php. MySQL is installed on the machine but was being used on a now unused service. The intention is to use MySQL database on a remote server.
I have added the lines to the php.ini
Code: Select all
extension=mysql.so
extension=mysqli.so
Any ideas what to do so we can load mysql support via extensions?