Phpmyadmin vs. OVH

Consultez la formation à Google Analytics de WebRankInfo / Ranking Metrics

ptitscarabe
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 4
Inscription: 19 Nov 2004

Phpmyadmin vs. OVH

Message le Ven Nov 19, 2004 21:06

Bonsoir a tous,

Bon voila mon petit souci, j'essaie d'installer phpmyadmin su ovh et je galere grave depuis 2 jours, la seule version que j'arrive un peu pret a faire fonctionner c'est la 2.5.7...

Seulement toujours acces refusé les codes sont pas bons...... Du moins j'ai bien changé le fichier config.inc (ci-dessous) mais toujours cette erreur 2002 pourtant je suis sur de mes cods à 100%.....

Quelqu'un aurait il une reponse pour moi???

Merci beaucoup.....

http://www.cesson-handball.com/phpmyadmin/



$cfg['PmaAbsoluteUri'] = 'http://www.monsite.com/phpmyadmin/';


/**
* 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;

/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish.
*/
$cfg['blowfish_secret'] = '';

/**
* 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'] = 'sql3'; // MySQL hostname or IP address
$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
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'mon login'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mon mot de passe'; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = 'nom de la base' ; // If set to a db-name, only
// this db is displayed in left frame
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb'] = ''; // Database used for Relation, Bookmark and PDF Features
// (see scripts/create_tables.sql)
// - leave blank for no support
// DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table
// - leave blank for no bookmark support
// DEFAULT: 'pma_bookmark'
$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support
// DEFAULT: 'pma_relation'
$cfg['Servers'][$i]['table_info'] = ''; // table to describe the display fields
// - leave blank for no display fields support
// DEFAULT: 'pma_table_info'
$cfg['Servers'][$i]['table_coords'] = ''; // table to describe the tables position for the PDF schema
// - leave blank for no PDF schema support
// DEFAULT: 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages'] = ''; // table to describe pages of relationpdf
// - leave blank if you don't want to use this
// DEFAULT: 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info'] = ''; // table to store column information
// - leave blank for no column comments/mime types
// DEFAULT: 'pma_column_info'
$cfg['Servers'][$i]['history'] = ''; // table to store SQL history
// - leave blank for no SQL query history
// DEFAULT: 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables
// are up to date. This prevents compatibility
// checks and thereby increases performance.
$cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, leave blank to not use
= '';
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
= array();


$i++;
$cfg['Servers'][$i]['host'] = '';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['only_db'] = '';
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['pmadb'] = ''; // 'phpmyadmin' - see scripts/create_tables.sql
$cfg['Servers'][$i]['bookmarktable'] = ''; // 'pma_bookmark'
$cfg['Servers'][$i]['relation'] = ''; // 'pma_relation'
$cfg['Servers'][$i]['table_info'] = ''; // 'pma_table_info'
$cfg['Servers'][$i]['table_coords'] = ''; // 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages'] = ''; // 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info'] = ''; // 'pma_column_info'
$cfg['Servers'][$i]['history'] = ''; // 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE;
$cfg['Servers'][$i]['AllowDeny']['order']
= '';
$cfg['Servers'][$i]['AllowDeny']['rules']
= array();

$i++;
$cfg['Servers'][$i]['host'] = '';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['only_db'] = '';
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['pmadb'] = ''; // 'phpmyadmin' - see scripts/create_tables.sql
$cfg['Servers'][$i]['bookmarktable'] = ''; // 'pma_bookmark'
$cfg['Servers'][$i]['relation'] = ''; // 'pma_relation'
$cfg['Servers'][$i]['table_info'] = ''; // 'pma_table_info'
$cfg['Servers'][$i]['table_coords'] = ''; // 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages'] = ''; // 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info'] = ''; // 'pma_column_info'
$cfg['Servers'][$i]['history'] = ''; // 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE;
$cfg['Servers'][$i]['AllowDeny']['order']
= '';
$cfg['Servers'][$i]['AllowDeny']['rules']
= array();


Cartapus
WRInaute occasionnel
WRInaute occasionnel
 
Messages: 478
Inscription: 18 Juin 2004

Re: Phpmyadmin vs. OVH

Message le Ven Nov 19, 2004 21:18

Rajoute peut être cette ligne

Code: Tout sélectionner
$cfg['Servers'][$i]['extension'] = 'mysql'; \\ The php Mysql extension to use ('mysql' or 'mysqli')


avant

ptitscarabe a écrit:$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)

ptitscarabe
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 4
Inscription: 19 Nov 2004

Message le Ven Nov 19, 2004 21:22

Bah là plus d'erreur mais c'est directement page blanche......
Suis donc repassé comme avant.... mais merci pour ta proposition quand même :)

J'ai oublié de dire tout a l'heure que j'avais aussi ce message d'erreur

Warning: Cannot modify header information - headers already sent by (output started at /home/cessonha/www/phpmyadmin/config.inc.php:761) in /home/cessonha/www/phpmyadmin/libraries/auth/config.auth.lib.php on line 92

phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu'elles correspondent aux informations fournies par l'administrateur du serveur MySQL.

Erreur

MySQL a répondu:
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Dernière édition par ptitscarabe le Ven Nov 19, 2004 21:27, édité 1 fois.

kalex
WRInaute discret
WRInaute discret
 
Messages: 241
Inscription: 14 Sep 2004

Message le Ven Nov 19, 2004 21:25

Es-tu sur qu'sql3 est bien ton serveur ?
Ca a pu changer si tu as demandé à passer à MySQL 4 ou sur un serveur de test.

ptitscarabe
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 4
Inscription: 19 Nov 2004

Message le Ven Nov 19, 2004 21:29

kalex a écrit:Es-tu sur qu'sql3 est bien ton serveur ?
Ca a pu changer si tu as demandé à passer à MySQL 4 ou sur un serveur de test.


Oui oui suis bien sure..... en plus j'ai installé le forum phpbb et tout est bien passé sans problemes avec les infos que j'ai entré dans le fichier config.inc

pc07
WRInaute discret
WRInaute discret
 
Messages: 97
Inscription: 10 Aoû 2004

Message le Ven Nov 19, 2004 21:29

vérifie bien auprès d'ovh ton serveur. Le meme problème mets arrivé. Ils m'avaient (ces c*ns) communiqué mes param de connexion avec un serveur sql5.

2 jours de galères, je décide finalement de contact le support, et c la ou ils m'apprennent que le serveur est sql6. Et quand tu leur demande pk il te communique de mauvais paramètres, ils sont incapables de te répondre. Sauf que là 2 jours de boulo foutu en l'air mais ils en ont rien a foutre

bref

ptitscarabe
Nouveau WRInaute
Nouveau WRInaute
 
Messages: 4
Inscription: 19 Nov 2004

Message le Ven Nov 19, 2004 21:34

Je vais essayer de les contacter mais bon je pensais que tout etait bon, le forum marche lui sans problemes lol!!!!

et now j'ai plus rien lol
Warning: Cannot modify header information - headers already sent by (output started at /home/cessonha/www/phpmyadmin/config.inc.php:761) in /home/cessonha/www/phpmyadmin/index.php on line 42

je declare forfait mdrrrrrr


Si vous avez aimé cette discussion, partagez-la sur vos réseaux sociaux préférés :

Formation recommandée sur ce thème :

Formation Google Analytics : en 2 jours, apprenez comment exploiter l'essentiel des possibilités de l'outil de mesure d'audience de Google. Formation animée par les experts Google Analytics de Ranking Metrics.

Tous les détails sur le site Ranking Metrics : programme, prix, dates et lieux, inscription en ligne.

Lectures recommandées sur ce thème :



Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités