Haber alguien sabe ke es este error :
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /var/www/vhost/zarote.com/home/html/config.php on line 15
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /var/www/vhost/zarote.com/home/html/config.php on line 16
http://www.zarote.com <--- lo raro es ke todos los scrip ke dependen de la db funcionan...
este es el config.php
<?php
$db_servertype = "mysql";
$db_host = "lldb162.servidoresdns.net";
$db_name = "xxxxx";
$db_user = "xxxxxx";
$db_password = "xxxxxx";
$table_prefix = "4images_";
define("4IMAGES_ACTIVE", 1);
?><?
$conecta = mysql_connect($bd_host, $bd_usuario, $bd_password);
mysql_select_db($bd_base, $conecta);
?>