OK
this is my error :
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/testmy.php on line 3
host, user, pass, port .... are corect.
mysqld is runing, I can conect to database via SSH
php has mysql support enabled - phpinfo()
sure ... line 3 is:
$conn=mysql_connect('localhost', 'root', '') or die ("die mf");