Fatal error: Can't open privilege tables - SQL/NoSQL - Programmation
MarshPosté le 13-04-2006 à 13:04:49
Bonjour,
J'utilise Easyphp 1.8 en localhost sous win xp pro. Lorsque je lance l'application, mysql ne demarre pas. Le log indique :
InnoDB: Started; log sequence number 0 43634 060413 11:41:03 [ERROR] E:\EASYPH~1\MySql\bin\mysqld.exe: Ne peut trouver le fichier: 'host.MYI' (Errcode: 2) 060413 11:41:03 [ERROR] Fatal error: Can't open privilege tables: File '.\mysql\host.MYD' not found (Errcode: 2)
Je n'ai pas encore changé le fichier de configuration.
Et pour info voila le fichier my.ini :
#------------------------ IMPORTANT ! ---------------------- # This file is GENERATED by EasyPHP when needed so edit the # file E:\EasyPHP1-8\conf_files\my.ini if you want to do # modifications in this file #-----------------------------------------------------------
; IMPORTANT ; EEasyPHP1-8 is used to specify EasyPHP installation path
[mysqld] datadir=EEasyPHP1-8/mysql/data basedir=EEasyPHP1-8/mysql bind-address=127.0.0.1 ; Uncomment for use on USB key ; skip-innodb
Marsh Posté le 13-04-2006 à 13:04:49
Bonjour,
J'utilise Easyphp 1.8 en localhost sous win xp pro. Lorsque je lance l'application, mysql ne demarre pas. Le log indique :
InnoDB: Started; log sequence number 0 43634
060413 11:41:03 [ERROR] E:\EASYPH~1\MySql\bin\mysqld.exe: Ne peut trouver le fichier: 'host.MYI' (Errcode: 2)
060413 11:41:03 [ERROR] Fatal error: Can't open privilege tables: File '.\mysql\host.MYD' not found (Errcode: 2)
Je n'ai pas encore changé le fichier de configuration.
Et pour info voila le fichier my.ini :
#------------------------ IMPORTANT ! ----------------------
# This file is GENERATED by EasyPHP when needed so edit the
# file E:\EasyPHP1-8\conf_files\my.ini if you want to do
# modifications in this file
#-----------------------------------------------------------
; IMPORTANT
; EEasyPHP1-8 is used to specify EasyPHP installation path
[mysqld]
datadir=EEasyPHP1-8/mysql/data
basedir=EEasyPHP1-8/mysql
bind-address=127.0.0.1
; Uncomment for use on USB key
; skip-innodb
D'où provient mon erreur svp?
Merci