bodbod Planquez vous, bodbod arrive.. | Code :
- <?php
- /* $Id: config.inc.php,v 1.80 2002/04/17 01:48:32 lem9 Exp $ */
- /**
- * phpMyAdmin Configuration File
- *
- * All directives are explained in Documentation.html
- */
- /**
- * Bookmark Table Structure
- *
- * CREATE TABLE bookmark (
- * id int(11) DEFAULT '0' NOT NULL auto_increment,
- * dbase varchar(255) NOT NULL,
- * user varchar(255) NOT NULL,
- * label varchar(255) NOT NULL,
- * query text NOT NULL,
- * PRIMARY KEY (id)
- * );
- *
- */
- /**
- * Your phpMyAdmin url
- *
- * Complete the variable below with the full url ie
- * http://www.your_web.net/path_to_yo [...] 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.
- */
- $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
- . $HTTP_HOST . (!empty($SERVER_PORT) ? ':' . $SERVER_PORT : '')
- . substr($PHP_SELF, 0, strrpos($PHP_SELF, '/')+1);
- /**
- * Server(s) configuration
- */
- $i = 0;
- // The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0].
- // You can disable a server config entry by setting host to ''.
- $i++;
- $cfgServers[$i]['host'] = 'sql-gratuit.com'; // MySQL hostname
- $cfgServers[$i]['port'] = ''; // MySQL port - leave blank for default port
- $cfgServers[$i]['socket'] = ''; // Path to the socket - leave blank for default socket
- $cfgServers[$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
- $cfgServers[$i]['controluser'] = ''; // MySQL control user settings
- // (this user must have read-only
- $cfgServers[$i]['controlpass'] = ''; // access to the "mysql/user"
- // and "mysql/db" tables)
- $cfgServers[$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
- $cfgServers[$i]['user'] = 'bodbod_fr_st'; // MySQL user
- $cfgServers[$i]['password'] = 'mon_mot_de_pass'; // MySQL password (only needed
- // with 'config' auth_type)
- $cfgServers[$i]['only_db'] = 'bodbod_fr_st'; // If set to a db-name, only
- // this db is displayed
- // at left frame
- // It may also be an array
- // of db-names
- $cfgServers[$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
- $cfgServers[$i]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
- $cfgServers[$i]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
- $cfgServers[$i]['relation'] = ''; // table to describe the relation between links (see doc)
- // - leave blank for no relation-links support
- .... ?>
|
ps : le dossier phpmyadmin n'est pas a la racine de mon hebergement, faut il ? Message édité par bodbod le 02-08-2003 à 12:34:06 ---------------
http://www.menuiseriemerceron.fr - http://www.atlantiquecoloration.fr
|