ciao sono nuovo e poko esperto vorrei una mano per configurare il confing.php mi potete aiutare?? grz
Visualizzazione Stampabile
ciao sono nuovo e poko esperto vorrei una mano per configurare il confing.php mi potete aiutare?? grz
Devi modificare i dati di colore rosso. Ciao
Codice PHP:
Devo modificare i dati di colore rosso. Ciao
Codice PHP:
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = '';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** 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.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = '';
$config['MasterServer']['password'] = '';
in table prefix cosa devo scrivere????
Non scrivere nulla se si tratta di prima installazione. Ciao
ok grazie
Cioa,
pure per me e la prima volta che installo,mi potresti dirre che ci devo inserire ??io uso netsons.
Dati Database:
Server Database: mysql5.netsons.org
Nome Database: system90
Tipo Database mysql5
Nome Utente: system90
grazie
Devi inserire solo la password in questo file. Ciao
Codice PHP:
Codice PHP:
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'system90';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** 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.
$config['MasterServer']['servername'] = 'mysql5.netsons.org';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'system90';
$config['MasterServer']['password'] = 'METTI LA PASSWORD DEL DATABASE';
funziona,grazie mille
Infatti, più facile di così si muore..
ho un problema dunque sto tentando di installare la 3.7 i miei dati sono
dbname mey_master74
sito master74.altervista.org
login master74
pass ....
quando faccio new installation mi esce:
Database error
The database has encountered a problem.
cosa sbaglio?
risolto grazie non rinominavo il file :)
probabilmente non hai ancora lanciato lo script install.php ;)