Communauté Informatique NDFR.net : Probleme Mysql php (web local) - Internet, Réseaux et Sécurité
 
Probleme Mysql php (web local)
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 09-08-2007, 20:19
Benjy's Avatar
Benjy Benjy is offline
Administrateur
 
Join Date: 21-08-2001
Location: Rueil Malmaison (92)
Age: 44
Posts: 2,043
Send a message via MSN to Benjy
As-tu bien renommé config.php.new en config.php ?

Si oui, et comme tu n'as très certainement qu'un seul serveur de base de données, tu n'as besoin de remplir que :
PHP Code:
    //    ****** 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'] = 'forum';

(...)

    
//    ****** 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';
$config['MasterServer']['password'] = ''
La configuration du serveur Slave est à ignorer.

Et pour finir : http://www.vbulletin.com/docs/html/
__________________
Merci de lire et de respecter les règles et d'utiliser la .
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL - script SHELL YouNix Unix/Linux Client 2 03-07-2007 14:22
problème de réseau local alh Internet, Réseaux et Sécurité 6 07-07-2005 00:01
Problème dossiers partagés inaccessibles sur réseau local shp13 Internet, Réseaux et Sécurité 9 17-07-2004 20:23
Commande MySQL momo360modena Programmation Web (HTML, PHP, ASP, Java, XML, etc.) 12 21-06-2004 15:15
MySQL claude922 Programmation (C/C++, Delphi, VB, etc.) 5 22-01-2003 20:34

All times are GMT +2. The time now is 15:02.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.