- Desde
- 1 Abr 2006
- Mensajes
- 4
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
Hola.
Ando intentando instalar el vbulletin pero me es imposible, en el paso 2 me aparece el siguiente mensaje:
Step 2) Connect to the database
Attempting to attach to database
Error description: mysql_connect(): Unknown MySQL Server Host 'l' (11001) D:\Apache Group\Apache2\htdocs\includes\class_core.php on line 279
[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]
He estado comprobando el fichero config.php y creo que los datos los tengo bien introducidos:
// ****** 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'] = 'root@localhost';
$config['MasterServer']['password'] = 'mipass';
// ****** 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;
Donde 'mipass' es el password que utilizo para acceder a la consola de MySQl.
Otro detalle, por medio de la consola de MySQl cree la base de datos "forum" que es la que especifico en el "config.php".
En cuanto al "username" he probado a ponerlo con @localhost y sin ello.
A ver si podeís echarme una mano porque me estoy volviendo loco.
Ando intentando instalar el vbulletin pero me es imposible, en el paso 2 me aparece el siguiente mensaje:
Step 2) Connect to the database
Attempting to attach to database
Error description: mysql_connect(): Unknown MySQL Server Host 'l' (11001) D:\Apache Group\Apache2\htdocs\includes\class_core.php on line 279
[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]
He estado comprobando el fichero config.php y creo que los datos los tengo bien introducidos:
// ****** 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'] = 'root@localhost';
$config['MasterServer']['password'] = 'mipass';
// ****** 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;
Donde 'mipass' es el password que utilizo para acceder a la consola de MySQl.
Otro detalle, por medio de la consola de MySQl cree la base de datos "forum" que es la que especifico en el "config.php".
En cuanto al "username" he probado a ponerlo con @localhost y sin ello.
A ver si podeís echarme una mano porque me estoy volviendo loco.