e tentei aqui mais ta certinho ja tentei trocar a senha do mysql mais nada se alguem mais tiver alguma ideia e quiser ajudar agradeço e muito
erro que da
Warning: mysql_connect() [function.mysql-connect]: Host 'rbr39.dizinc.com' is not allowed to connect to this MySQL server in /home/legendes/public_html/www/cfg/_config_procs.php on line 3
Couldn't connect to MySQL
olha como ta meu arquivo config_procs.php
<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
if (!$link)
die("Couldn't connect to MySQL");
@mysql_select_db($L2JBS_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());
?>
|