Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

前端 未结 18 2282
轮回少年
轮回少年 2020-12-04 15:29

I am on a server that has afresh install on RHEL 5. I was able to install Apache and PHP just fine., but I am having serious trouble with my MySQL installation. I tried t

18条回答
  •  萌比男神i
    2020-12-04 16:01

    In my case the path of MySQL data folder had a special character "ç" and it make me get...

    Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist.

    I'm have removed all special characters and everything works.

提交回复
热议问题