Error en Instalacion:

Neoka21 Seguir

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
4 Ago 2005
Mensajes
66
Step 2) Connect to the database
Attempting to attach to database
[SIZE=+1]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.[/SIZE]

ojala alguien me pueda ayuda, gracias
 

Neoka21

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
4 Ago 2005
Mensajes
66
gracias, pero ya lo hice y lo intente muchas y siempre me da ese error, existe alguna guia o algo asi para al edicion del archivo? :O

gracias
 
R

Reflex

Checa bien estos puntos en el config.php:
Insertar CODE, HTML o 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 mi base de datos;

Checa en tu phpmyadmin que la base de datos sea la misma que esta utilizando el confing.php

Insertar CODE, HTML o PHP:
//	****** 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'] = 'tu usuario para entrar al phpmyadmin';
$config['MasterServer']['password'] = 'la contraseña';

En esta tendras que checar y poner el usuario y contraseña para el acceso a tu mysql o phpmyadmin

Se supone que eso bastaria.
 
E

eneboy117

que se pone aki:


// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'en esta area';
 
N

noguero

elimina esa bd y crea una nueva, si le cambias el nombre de la bd mejor, vamos es lo ke yo aria si no supiera ke mas hacer :)

Salu2
 
Arriba