config.inc.php je suis novice, je suis quelque peu perdu!

config.inc.php je suis novice, je suis quelque peu perdu! - PHP - Programmation

Marsh Posté le 27-05-2011 à 06:08:43    

Voici mon fichier config.inc.php
 
Ma question : je ne parviens pas à obtenir la permission pour accéder à ma base de donnée MySQL en tant qu'administrateur
J'ai crée mon user et mon mot de passe, mais voici le message qui apparait dans MySQL :
J'utilise EasyPHP v 5.3.6.0
Erreur
 
requête SQL:  
 
SELECT `comment`  
FROM `phpmyadmin`.`pma_column_info`  
WHERE db_name = 'zencart'
AND table_name = ''
AND column_name = '(db_comment)'  
 
MySQL a répondu:  
 #1142 - La commande 'SELECT' est interdite à l'utilisateur: 'Daniel523728'@'@localhost' sur la table 'pma_column_info'
 
 
 
Est-ce que vous pouvez m'aider à m'y retrouver? Voici mon fichier config.inc.php
Enfin, j'apprécierais que vous me donniez quelques conseils ou quelques pistes de solutions.  
Merci infiniment :-)
 
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * phpMyAdmin sample configuration, you can use it as base for
 * manual configuration.
For easier setup you can use setup/
 *
 * All directives are explained in Documentation.html and on phpMyAdmin
 *  
wiki <http://wiki.phpmyadmin.net>.
 *
 * @version $Id$
 * @package phpMyAdmin
 */
 
 
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
 
 
/* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
 
/*
 * Servers configuration
 */
 
// use here a value of your choice (maximum 46 characters):
$cfg['blowfish_secret'] = ' ';
$cfg['PmaNoRelation_DisableWarning'] = 'true';
$i = 0;
 
 
/*
 * First server
 */
$i++;
 
/* Authentication type */
/* Server parameters */
 
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['host'] = '127.0.0.1';
 
$cfg['Servers'][$i]['connect_type'] = 'tcp';
 
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
 
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|phpmyadmin)';
 
$cfg['Servers'][$i]['compress'] = false;
 
/* Select mysqli if your server has it */
 
$cfg['Servers'][$i]['extension'] = 'mysqli';
 
$cfg['Servers'][$i]['AllowNoPassword'] = true;
 
/* rajk - for blobstreaming */
 
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;
 
$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';
 
$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;
 
$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';
 
 
/* User for advanced features */
 
$cfg['Servers'][$i]['controluser'] = 'pma';
 
$cfg['Servers'][$i]['controlpass'] = '';
 
/* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
 
$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]['tracking'] = 'pma_tracking';
 
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
/* Contrib / Swekey authentication */
//
$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
 
 
/*
 * End of servers configuration
 */
 
/*
 * Directories for saving/loading files from server
 */
 
$cfg['UploadDir'] = 'uploaddir';
 
?>
 


---------------
Daniel Dulude
Reply

Marsh Posté le 27-05-2011 à 06:08:43   

Reply

Marsh Posté le 27-05-2011 à 12:51:33    

T'as pas mis les droits pour ton user sur cette BD :/


---------------
Astres, outil de help-desk GPL : http://sourceforge.net/projects/astres, ICARE, gestion de conf : http://sourceforge.net/projects/icare, Outil Planeta Calandreta : https://framalibre.org/content/planeta-calandreta
Reply

Marsh Posté le 27-05-2011 à 21:33:55    

rufo a écrit :

T'as pas mis les droits pour ton user sur cette BD :/


 
Merci beaucoup pour votre réponse, rufo.  :)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed