Index for table '.\mysql\user.MYI' is corrupt; try to repair it
数据库下的mysql数据库的user表损坏,
解决方式
忘记mysql密码修改(user表的密码是MD5加密的)
update user set password=password('cybertron') where user='root' and host='localhost';
数据库下的mysql数据库的user表损坏,
解决方式
忘记mysql密码修改(user表的密码是MD5加密的)
update user set password=password('cybertron') where user='root' and host='localhost';