Visualizzazione risultati 1 fino 11 di 11

Discussione: [vbulletin] problema localhost

  1. #1
    Guest

    Predefinito [vbulletin] problema localhost

    salve stavo installando un'applicazione fino a quando mi compare l'errore 'sempreazzurro'@'localhost' xkè esce quest'errore?? è un errore del mysql?? ho il livello 3!!

  2. #2
    Guest

    Predefinito

    Hai configurato correttamente l'accesso al database?
    http://forum.it.altervista.org/php-m...hpmyadmin.html


    Ciao!

  3. #3
    Guest

    Predefinito

    dove vanno inseriti o quale file modificare per modificare quei parametri e collegarmi al database?

  4. #4
    Guest

    Predefinito

    Dipende dall'applicazione.


    Ciao!

  5. #5
    Guest

    Predefinito

    sto installando un forum temporaneo
    per installarlo devo aprire il file install.php e installare cliccando solo next

    dove devo modificare?
    grazie!

  6. #6
    Guest

    Predefinito

    E come si chiama 'sto forum??


    Ciao!

  7. #7
    Guest

    Predefinito

    vbulletin

  8. #8
    Ospite Guest

    Predefinito

    Il file di configurazione si chiama config.new.php e si trova nella directory includes, devi aprirlo con un qualsiasi editor testuale e modificare al suo interno i parametri di connessione al database.
    Successivamente rinomina il file in config.php ed esegui l'installazione visitando la pagina install/install.php.
    Ciao!

  9. #9
    Guest

    Predefinito

    // ****** 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'] = 'sempreazzurro';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;
    devo modificare questa parte??

  10. #10
    Ospite Guest

    Predefinito

    No.
    Modifica i campi in grassetto:
    // ****** 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+

    $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'] = 'my_sempreazzurro';



    // ****** TABLE PREFIX ******

    // Prefix that your vBulletin tables have in the database.

    $config['Database']['tableprefix'] = 'vb_';



    // ****** 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'] = 'tua_email@provider.it';



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

    $config['MasterServer']['password'] = 'tua_psw';
    P.S: Spero si tratti di una copia di vBulletin originale e munita di regolare licenza, altrimenti sai a cosa vai incontro, vero?

  11. #11
    Guest

    Predefinito

    grazie mille!
    si è originale volevo solo provare ad installarlo ed impratichirmi xkè ho intezione di comprare un dominio :D

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •