vBulletin Problema Installazione Vbulletin Aiutoooooo

Stato
Discussione chiusa ad ulteriori risposte.

jack 94

Utente Gold
15 Luglio 2010
287
124
8
290
Salve a tutti.
Ho un problema nell ' installazione di vbulletin 4.1.4 nel mio sito, dopo che o configurato il file config
mi da questo errore dopo che inserisco il Customer Number
Due to the following errors, the install/upgrade can not continue:
  • The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the includes/config.phpfile
  • Error description: mysql_connect() [function.mysql-connect]: Access denied for user ' neolegen28631'@'217.64.195.207' (using password: YES) /home/mhd-01/www.neolegendmt2.it/htdocs/includes/class_core.php on line 314

Cosa Devo Fare??
Per favore aiutatemii
 
Salve a tutti.
Ho un problema nell ' installazione di vbulletin 4.1.4 nel mio sito, dopo che o configurato il file config
mi da questo errore dopo che inserisco il Customer Number
Due to the following errors, the install/upgrade can not continue:
  • The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the includes/config.phpfile
  • Error description: mysql_connect() [function.mysql-connect]: Access denied for user ' neolegen28631'@'217.64.195.207' (using password: YES) /home/mhd-01/www.neolegendmt2.it/htdocs/includes/class_core.php on line 314

Cosa Devo Fare??
Per favore aiutatemii

Reinstallalo mettendo al posto del'IP che c'è "localhost" senza le virgolette.
 
Il tuo hosting ti dovrebbe dare i dati da inserire all'interno di queste variabili

Codice:
[LEFT][COLOR=#007700][FONT=monospace]    [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]//    ****** MASTER DATABASE SERVER NAME AND PORT ****** 
    //    This is the hostname or IP address and port of the database server. 
    //    If you are unsure of what to put here, leave the default values. 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$config[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'MasterServer'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'servername'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'localhost'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$config[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'MasterServer'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'port'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]3306[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; 

    [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]//    ****** MASTER DATABASE USERNAME & PASSWORD ****** 
    //    This is the username and password you use to access MySQL. 
    //    These must be obtained through your webhost. 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$config[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'MasterServer'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'username'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'root'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$config[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'MasterServer'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'password'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]''[/FONT][/COLOR][COLOR=#007700][FONT=monospace];[/FONT][/COLOR][/LEFT]

Se i permessi per i database sono settati a dovere non dovresti avere problemi con la creazione del database (che solitamente si chiama "forum") altrimenti accedi a PHPMYADMIN e crei un database con il nome forum.
Se ti crea un prefisso sul nome (es. murdercode789_forum) allora dovrai cambiare questa voce sempre dal config.php

Codice:
[LEFT][COLOR=#007700][FONT=monospace]    [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]//    ****** DATABASE NAME ****** 
    //    This is the name of the database where your vBulletin will be located. 
    //    This must be created by your webhost. 
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$config[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'Database'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'dbname'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] = [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'forum'[/FONT][/COLOR][COLOR=#007700][FONT=monospace];
[/FONT][/COLOR][/LEFT]
 
  • Mi piace
Reazioni: Carbo Bass
Stato
Discussione chiusa ad ulteriori risposte.