[web] php5 + mysql

Started by
2 comments, last by konForce 18 years, 6 months ago
How do I configure Php 5 to work with MySQL 4.1? I am running an Apache server
---------------------------------The Shadow Sun - Want Your Writing Exposed?
Advertisement
Some post I found off of [google]
BRING BACK THE BLACK (or at least something darker)
-> WebDev
If under Linux, you need to make sure you have the MySQL development package installed and then use "./configure --with-mysql=/location" before building.

If under Windows, just get the DLLs.

This topic is closed to new replies.

Advertisement