Xampp: erreur dans phpmyadmin

Fermé
RandaH Messages postés 32 Date d'inscription lundi 13 juillet 2015 Statut Membre Dernière intervention 21 avril 2016 - Modifié par RandaH le 20/04/2016 à 18:55
jordane45 Messages postés 38147 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 29 avril 2024 - 21 avril 2016 à 08:16
Bonjour,

J'ai un problème lorsque j'ouvre mon phpmyadmin :




mon fichier config.inc.php de xampp est :

<?php
/** This is needed for cookie based authentication to encrypt password in cookie*/
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/** Servers configuration*/
$i = 0;

/** First server*/
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';

/* 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]['designer_coords'] = 'pma__designer_coords';
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
/** End of servers configuration*/
?>

et lorsque je lance mysql sur xampp panel j'obtiens :

17:53:19 [mysql] Error: MySQL shutdown unexpectedly.
17:53:19 [mysql] This may be due to a blocked port, missing dependencies,
17:53:19 [mysql] improper privileges, a crash, or a shutdown by another method.
17:53:19 [mysql] Press the Logs button to view error logs and check
17:53:19 [mysql] the Windows Event Viewer for more clues
17:53:19 [mysql] If you need more help, copy and post this
17:53:19 [mysql] entire log window on the forums

1 réponse

jordane45 Messages postés 38147 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 29 avril 2024 4 650
Modifié par jordane45 le 21/04/2016 à 08:17
Bonjour

le message d'erreur te donne un cause probable du problème .
il s'agit d'un problème de port.
Regarde sur le net comment modifier le port d'écoute.

Cordialement, 
Jordane                                                                 
0