(Solucionado) ***Quien me ayuda a configurar el "config.php"???***

Dj Milhouse Seguir

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
17 Ago 2008
Mensajes
36
Quien me puede ayudar a configurar el config.php, porque hasta ahora no pude, me tira un error de base de datos, creo que es algo que esta mal puesto, pero no se que es porque el usuario y todo lo demas de la base de datos esta bien puesto...

// ****** 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'] = 'a9895996_foro';

// ****** 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'] = 'mysql1.000webhost.com';
$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'] = 'a9895996_foro';
$config['MasterServer']['password'] = '';
 

excesos

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
13 Abr 2008
Mensajes
112
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
Re: ***Quien me ayuda a configurar el "config.php"???***

PHP:
// ****** 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'] = 'NOMBRE DE TU BASE DE DATOS';
 
// ****** 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'] = 'NOMBRE DE USUARIO DE BASE DE DATOS';
$config['MasterServer']['password'] = 'CONTRASEÑA DEL USUARIO DE LA BASE DE DATOS';

 

The Game

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
22 Mar 2008
Mensajes
200
Re: ***Quien me ayuda a configurar el "config.php"???***

Ingresa el Siguiente:
PHP:
// ****** 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'] = 'a9895996_foro';
 
// ****** 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'] = 'a9895996_foro';
$config['MasterServer']['password'] = 'Contraseña!';

Saludos!
 

Vercceti

Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
12 Abr 2006
Mensajes
182
Re: ***Quien me ayuda a configurar el "config.php"???***

En mi servidor, localhost lo cambio porque mi proovedor me indica que existe una dirección concreta.
 

Dj Milhouse

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
17 Ago 2008
Mensajes
36
Re: ***Quien me ayuda a configurar el "config.php"???***

Ah ok! gracias a todos por ayudarme!!! :)
 
Arriba