MySQLi

bpssoft

New member
Joined
Dec 29, 2007
Messages
1
Hello,

I'm making a website with MySQLi, but the server don't support it. I've contact my hoster and he said, if you can find the selution to fix it, we will install it.
Now I want to ask. how can you install the PHP MySQLi module in DirectAdmin for FreeBSD?

Thanks
 
I don't remember the oldest version of MySQL DA came with but make sure MySQL is 4.1+. Then recompile PHP after they added this to the configure.php which can be found /usr/local/directadmin/customapache/

--with-mysqli
 
Back
Top