Problemas con el Archivo config.php (Vbulletin V4.06)

imported_CharlyVega Seguir

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
22 Ago 2010
Mensajes
13
Hola Amigos,

Acabo de adquirir la licencia de vBulletin 4.06
Estoy siguiendo todos los pasos de instalacion y me encuentro con el problema d ela base de datos.

El error que me dice en el paso 2 es el siguiente:

Step 2) Connect to the database

Attempting to attach to database

Error description:

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.php' file.


El Archivo config.php tiene la siguiente info:



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

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';

// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'admin@foropromotoras.com';

// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;



// ****** 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'] = '200.110.135.136';
$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'] = 'foroprom_cfvega';
$config['MasterServer']['password'] = '(Mi Clave de Acceso)';

// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off. (0 = off; 1 = on)
$config['MasterServer']['usepconnect'] = 0;


Les agradeceré puedan brindarme ayuda.

Saludos

Charly Vega
 

Andrés Durán

Xi
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
23 Abr 2009
Mensajes
4.371
Hola Charly, bienvenido a vBulletin Hispano :).

Al parecer esta línea es errónea:

$config['MasterServer']['servername'] = '200.110.135.136';

Trata de reemplazar la dirección IP con "localhost" (sin las comillas).

Saludos.
 

imported_CharlyVega

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
22 Ago 2010
Mensajes
13
Andrés,

Mil gracias por la respuesta.
Efectivamente ese era el error, solo que al ponerle localhost me daba un error mas dificil (el 313).
Consulte con el proveedor de hosting y ahi se hizo la luz: Tenia que colocar en esa linea el hostname que me daban ellos.

Solucionado.

Ya estoy instalando, asi que muy seguro que voy a seguir preguntando.

Mil gracias.

Charly Vega
 

Andrés Durán

Xi
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
23 Abr 2009
Mensajes
4.371
En la mayoría de los servidores funciona utilizar localhost, pero hay proveedores que utilizan nombres físicos directamente en archivos de configuración. Puede ser posible que haya que definir algo similar a:

mysql.dominio.com
sql33.dominio.com

Etcétera.

Saludos.
 
Arriba