I've just spent some time battling the "fatal error call to undefined function mysql_connect()" message, and as it wasn't clear to me, I thought it may help to say:
php_mysqli does not replace the php_mysql library. It only extends it. You need the php_mysql library !
Dependências
Para ter esta funções disponíveis, você deverá compilar o PHP com suporte para a extensão mysqli.
Nota:
A extensão mysqli foi criada para funcionar com a versão 4.1.3 ou posterior do MySQL. Para versões anteriores, por favor veja documentação da extensão MySQL.
integraljohn at gmail dot com ¶
1 year ago
dennylin93 at cnmc32 dot hs dot ntnu dot edu dot tw ¶
3 years ago
The required extensions will be pulled in automatically on FreeBSD, unless you manually remove them after installation.
