DEV Community

Discussion on: Install and setup Apache + MySQL + PHP on Windows

Collapse
 
kijato profile image
kijato • Edited

Tell me about more from libmysql.dll...

In my opinion you must:
copy dll to the Apache bin directory
or
add to path of dll to the PATH
or
add a "LoadModule /libmysql.dll" row to the httpd.conf
else the Apache cannot find the neccessary dll and throw an error.