问题描述
我正在尝试使用apache和MySQL使用XAMPP制作网页,之后我将使用WordPress创建网页.我在XAMPP上创建主机名和定义用户权限时遇到问题.当我尝试定义用户权限时,错误2不断出现:
I'm trying to make a webpage using XAMPP with apache and MySQL after that I will use WordPress for creating the web page.I have a problem creating the hostname and defining the user privileges at XAMPP.The error 2 is constantly appearing while I try to define the user privileges:
有人可以帮我解决这个问题吗
Can someone help and guide me for solving this problem
推荐答案
只需创建丢失的文件夹C:\xampp\mysql\lib\plugin\
,它就可以工作.
Just create the missing folders C:\xampp\mysql\lib\plugin\
and it should work.
在下载XAMP 5.6.30
程序包后在PHPMyAdmin
中创建新的mysql
用户时,我遇到了同样的问题.创建两个丢失的空文件夹对我有用.
I had the same issue when creating new mysql
users in PHPMyAdmin
after downloading the XAMP 5.6.30
package. Creating the two missing empty folders worked for me.
这篇关于使用XAMPP在MySQL中卡在错误2中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!