有沒有大神幫幫忙。問題描述:我用的環境是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 模式進來的不讓改,但是不用這個模式直接進不來,怎么辦?。?
大神幫幫忙,#1045 無法登錄 MySQL 服務器
YoungDee67
2016-01-26 17:20:05