• Regolamento Macrocategoria DEV
    Prima di aprire un topic nella Macrocategoria DEV, è bene leggerne il suo regolamento. Sei un'azienda o un hosting/provider? Qui sono anche contenute informazioni per collaborare con Sciax2 ed ottenere l'accredito nella nostra community!

Problema Installazione vBulletin

~Federico

Utente bannato
Autore del topic
22 Marzo 2008
342
0
Miglior risposta
0
Cari utenti io quando vedo nel link: mioforum.it/forum/install/install.php dopo un pò che faccio next mi esce questa scritta:

Step 2) Connect to the database

Attempting to attach to database

Connect failed: unexpected error from the database.

Error number: 1044

Error description: Cannot use database forum

Please ensure that the database and server is correctly configured and try again.




Come risolvo???
 
ecco è quello che non riesco a capire... non riesco a configurare il file con php expert editor.
 
Ecco gli spazzi che devi compilare:

$config['Database']['dbtype'] = ‘tipodatabase’;
$config['Database']['dbname'] = ‘nomedatabase’;
$config['Database']['tableprefix'] = ‘prefissodatabase’;
$config['Database']['technicalemail'] = ‘emaildelwebmaster
$config['MasterServer']['servername'] = ‘nomedelservermysql’;
$config['MasterServer']['port'] = portadicollegamento;
$config['MasterServer']['username'] = ‘username’;
$config['MasterServer']['password'] = ‘password’;

:bye:
 
Ecco gli spazzi che devi compilare:

$config['Database']['dbtype'] = ‘tipodatabase’;
$config['Database']['dbname'] = ‘nomedatabase’;
$config['Database']['tableprefix'] = ‘prefissodatabase’;
$config['Database']['technicalemail'] = ‘emaildelwebmaster
$config['MasterServer']['servername'] = ‘nomedelservermysql’;
$config['MasterServer']['port'] = portadicollegamento;
$config['MasterServer']['username'] = ‘username’;
$config['MasterServer']['password'] = ‘password’;

:bye:

se io faccio così:

$config['Database']['dbtype'] = ‘mysql’;
$config['Database']['dbname'] = ‘cosa metto?’;
$config['Database']['tableprefix'] = ‘cosa metto? my_?’;
$config['Database']['technicalemail'] = ‘mia email?
$config['MasterServer']['servername'] = ‘che metto?’;
$config['MasterServer']['port'] = 3306?;
$config['MasterServer']['username'] = ‘quello su altervista?’;
$config['MasterServer']['password'] = ‘quella su alt.?’;

Ditemi cosa devo mettere :S
 
Forse è troppo complicato.. Eccotene un'altro

// ****** DATABASE TYPE ******
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
$config['Database']['dbname'] = 'nome del database';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'ch';
// ****** TECHNICAL EMAIL ADDRESS ******
$config['Database']['technicalemail'] = 'info@chorse.it';
// ****** FORCE EMPTY SQL MODE ******
$config['Database']['force_sql_mode'] = false;
// ****** MASTER DATABASE SERVER NAME AND PORT ******
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
$config['MasterServer']['username'] = 'nome dell'utente del database';
$config['MasterServer']['password'] = 'password del database';
// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
$config['MasterServer']['usepconnect'] = 0;
// ****** SLAVE DATABASE CONFIGURATION ******
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;
 
su nome del database se mi chiamo SpixerGroup su altervista lo metto?


Edit: Non và ancora :S
 
Ultima modifica:
C'e' da cambiare:

Con l'e-mail del proprietario.

Cosa stai dicendo? info@chorse.it è l'email di segnalazione se si riscontrano problemi nel vbulletin. Comunque sicuro che lo hai impostato bene? username e pasword?

EDIT:
qui devi compilare così
$config['Database']['dbname'] = 'nome del database';

esempio
$config['Database']['dbname'] = 'my_username di altervista';
 
Edit: Problema Risolto Grazie a Sem93...Mod Chiudete pure!
 
Ultima modifica: