Le Fri, 13 Jun 2003 23:00:01 +0200
"Roumegou" <[EMAIL PROTECTED]> �crivait:

||Oui , la zone $cfgserver[1]['user'] et ['password']. Il n'y a que
||require("french.inc.php3") qui ne fonctionnait pas et j'ai laiss�
l'ancienne||valeur.
||Pourrais tu m'envoyer ton config.inc.php STP et as-tu un my.cnf ? et
si oui||dans quel r�pertoire.
||Je vais essayer demain d'en mettre un dans /etc et cr�er une variable
||'safe_show_database'.
||Est-ce que 'safe_show_database' est sp�cifi� dans ton my.cnf ?
||
||Merci d'avance.
||Eric
||----- Original Message -----
||From: "Pascal MELIN" <[EMAIL PROTECTED]>
||To: <[EMAIL PROTECTED]>
||Sent: Friday, June 13, 2003 9:07 PM
||Subject: Re: [debutant] &16 Plantage de phpmyadmin
||
||as-tu modifi� ton config.inc.php ?
||Car chez moi �a tourne nickel
||
||
||
 je t'envoie le d�but qui est la zone modifi�e. 
A+

========================================================================
<?php
/* $Id: config.inc.php,v 1.182 2003/06/01 21:50:19 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:

/**
 * phpMyAdmin Configuration File
 *
 * All directives are explained in Documentation.html
 */


/**
 * Sets the php error reporting - Please do not change this line!
 */
if (!isset($old_error_reporting)) {
    error_reporting(E_ALL);
    @ini_set('display_errors', '1');
}


/**
 * Your phpMyAdmin url
 *
 * Complete the variable below with the full url ie
 *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/
 *
 * It must contain characters that are valid for a URL, and the path is
 * case sensitive on some Web servers, for example Unix-based servers.
 *
 * In most cases you can leave this variable empty, as the correct value
 * will be detected automatically. However, we recommend that you do
 * test to see that the auto-detection code works in your system. A good
 * test is to browse a table, then edit a row and save it.  There will
be * an error message if phpMyAdmin cannot auto-detect the correct
value. *
 * If the auto-detection code does work properly, you can set to TRUE
the * $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
 */
$cfg['PmaAbsoluteUri'] = 'http://athlon650.gemozac.org/admin/';


/**
 * Disable the default warning about $cfg['PmaAbsoluteUri'] not being
set * You should use this if and ONLY if the PmaAbsoluteUri
auto-detection * works perfectly.
 */
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;

/**
 * Disable the default warning that is displayed on the DB Details
Structure page if * any of the required Tables for the relationfeatures
could not be found */
$cfg['PmaNoRelation_DisableWarning']  = FALSE;


/**
 * Server(s) configuration
 */
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1].  Do not use
$cfg['Servers'][0].// You can disable a server config entry by setting
host to ''.$i++;
$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['port']          = '';          // MySQL port -
leave blank for default port$cfg['Servers'][$i]['socket']        = '';  
       // Path to the socket - leave blank for default
socket$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to
connect to MySQL server ('tcp' or
'socket')$cfg['Servers'][$i]['compress']      = FALSE;       // Use
compressed protocol for the MySQL connection                            
                       // (requires PHP >=
4.3.0)$cfg['Servers'][$i]['controluser']   = '';          // MySQL
control user settings                                                   
// (this user must have read-only

Attachment: pgp00000.pgp
Description: PGP signature

Répondre à