A
antiscammers
Hola amigos.
Antes de nada, se que este tema esta muy contestado en el foro, y lo lei veces, me baje manuales, etc pero llevo muchos dias intentando configurar el config.php y leo y releo los manuales, pongo los datos, ya probe varios editores por si era fallo de ellos y creo que correctamente los subo y siempre me da el dichoso error de la bd.
Yo subo el fichero config.php a la carpeta includes y tambien a la raiz, pero el resultado es identico.
Soy novato en el tema, es mas no tengo idea de ingles, pero aunque los manuales lo ponen muy claro. cambio y modifico los datos, las bd etc, las elimino y hago una nueva y no me funciona de ningun modo.
A ver si alguna alma caritativa me puede a decir que es lo q hago mal.
Tengo la version 3.6.8., cuando la tenga funcionando, ya empezare a mirar como actualizarla, pero con la 3.7 aun no me atrevo, jejeje.
gracias de antemano.
os dejo los datos ficticios...
// ****** 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'] = 'foro'; aqui el nombre de la bd creada
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = ''; aqui lo dejo tal cual
// ****** 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'] = 'micorreo@gmail.com'; (aqui pongo mi email)
// ****** 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'] = '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'] = 'DDG; aqui pongo el nombre del usuario de la bd.
$config['MasterServer']['password'] = 'o123456'; aqui la contraseña de la bd
// ****** 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;
// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.
$config['SlaveServer']['servername'] = 'localhost';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = 'miforo.net'; aqui el nombre de mi foro, otras veces puse los datos de la bd y tampoco funcionó
$config['SlaveServer']['password'] = '0123456'; aqui el pass de mi foro o de la bd, que son el mismo
$config['SlaveServer']['usepconnect'] = 0;
Antes de nada, se que este tema esta muy contestado en el foro, y lo lei veces, me baje manuales, etc pero llevo muchos dias intentando configurar el config.php y leo y releo los manuales, pongo los datos, ya probe varios editores por si era fallo de ellos y creo que correctamente los subo y siempre me da el dichoso error de la bd.
Yo subo el fichero config.php a la carpeta includes y tambien a la raiz, pero el resultado es identico.
Soy novato en el tema, es mas no tengo idea de ingles, pero aunque los manuales lo ponen muy claro. cambio y modifico los datos, las bd etc, las elimino y hago una nueva y no me funciona de ningun modo.
A ver si alguna alma caritativa me puede a decir que es lo q hago mal.
Tengo la version 3.6.8., cuando la tenga funcionando, ya empezare a mirar como actualizarla, pero con la 3.7 aun no me atrevo, jejeje.
gracias de antemano.
os dejo los datos ficticios...
// ****** 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'] = 'foro'; aqui el nombre de la bd creada
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = ''; aqui lo dejo tal cual
// ****** 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'] = 'micorreo@gmail.com'; (aqui pongo mi email)
// ****** 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'] = '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'] = 'DDG; aqui pongo el nombre del usuario de la bd.
$config['MasterServer']['password'] = 'o123456'; aqui la contraseña de la bd
// ****** 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;
// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.
$config['SlaveServer']['servername'] = 'localhost';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = 'miforo.net'; aqui el nombre de mi foro, otras veces puse los datos de la bd y tampoco funcionó
$config['SlaveServer']['password'] = '0123456'; aqui el pass de mi foro o de la bd, que son el mismo
$config['SlaveServer']['usepconnect'] = 0;