Bonjour,
je suis un débutant en easyphp1-8 que j'essaie de configurer après avoir changé le mot de passe root je n'arrive plus à ouvrir easyphp1-8 quand je fais bouton droit sur le easyphp1-8/administration/gestion bdd.
Là j'ai comme message:
et voici les test que j ai fais sous dos et leur résultat:Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\phpmyadmin\config.inc.php:835) in c:\program files\easyphp1-8\phpmyadmin\libraries\select_theme.lib.php on line 104
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\phpmyadmin\config.inc.php:835) in c:\program files\easyphp1-8\phpmyadmin\index.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\phpmyadmin\config.inc.php:835) in c:\program files\easyphp1-8\phpmyadmin\index.php on line 55
je compte sur vous pour régler mon problème
Code X : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32 C:\>cd Program Files C:\Program Files>cd EasyPHP1-8 C:\Program Files\EasyPHP1-8>cd mysql C:\Program Files\EasyPHP1-8\mysql>cd bin C:\Program Files\EasyPHP1-8\mysql\bin>mysql -u root -p Enter password: ************* Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 22 to server version: 4.1.9-max Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use mysql Database changed ----------+---------------+-------------+-----------------+ | localhost | root | 0dccb15a771cfd93 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | | | | | 0 | 0 | 0 | +-----------+------+------------------+-------------+-------------+---------- +-------------+-------------+-----------+-------------+---------------+------ -----+-----------+------------+-----------------+------------+------------+-- ---------+------------+-----------------------+------------------+----------- +-----------------+------------------+----------+------------+-------------+- ----------+---------------+-------------+-----------------+ 1 row in set (0.00 sec)
merci
Partager