Optware / Optware-ng

279 stars 52 forks source link

mysql _connect #178

Closed mfuentesraffio closed 7 years ago

mfuentesraffio commented 7 years ago

Hello, I have installed opteware-ng with ligttpd php mysql but php does not recognize mysql_connect but if you know mysqli_conec, is it possible to enable the mysql_connect function for my db to work again?

alllexx88 commented 7 years ago

mysql 5.7 doesn't include the old client interface libmysql library: only the "new" libmysqlclient, so mysql php extension, which uses the former, simply can't be built. A proper solution to your problem is to migrate to using the mysqli extension