no mysql in php5.3.6

Server: Ubuntu 10.4
PHP 5.3.6 (installed with plesk)

hi,
i dont get conncection to my database. phpinfo() dont include any MySQL Statements, there is only a mssql and pgsql.

I realy dont know how to include this, because in the manuals of php5.net there is no need to do this especially for this version of php.
http://www.php.net/manual/de/mysql.installation.php#mysql.installation.linux.mysqlnd

extension=mysql.so already set in php.ini, which is loaded by lighttpd in etc/php5/cgi/ ->without results

You must install the connection mysql with php
if you are using debian or ubuntu you must install “php5-mysql” from repositories.

Sponsor our Newsletter | Privacy Policy | Terms of Service