#1045 无法登录 MySQL 服务器
有没有大神帮帮忙。
问题描述:我用的环境是xampp Lite 2016版,在本地搭建完成以后,登陆localhost/phpmyadmin显示
然后我找到MySQL\bin\my.ini文件在[mysqld]的下面加了--skip-grant-tables
之后能进去了,在SQL里面写了insert into mysql.user(Host,User,Password) values(‘localhost’,'youngdee’,password(‘youngdee’));成功创建用户之后,又写了
create database wordpress; 成功创建数据库,然后
grant all on wordpress.* to youngdee@localhost identified by ‘youngdee’;就显示
告诉我是因为我市 --skip-grant-tables 模式进来的不让改,但是不用这个模式直接进不来,怎么办啊?高分求助!