I have an apache web server with PHP built without mysql support. What's the best\easiest way to get mysql support enabled?
Jason
install mysql🙂
I need to compile PHP with MySQL support. MySQL is already installed, but PHP is compiled with --without-mysql. What's the easiest way to change this?