domingo, 22 de febrero de 2015

Fatal error: Call to undefined function mysql_connect()

Open your terminal and run bellow command. 

sudo apt-get install mysql-server
 
 
 
If you are running PHP you will also need to install the php module for mysql 5:

sudo apt-get install php5-mysql
 
 
http://stackoverflow.com/questions/10615436/fatal-error-call-to-undefined-function-mysql-connect 

No hay comentarios:

Publicar un comentario