Stuck in error 2 with mysql using XAMPP

前端 未结 2 821
执念已碎
执念已碎 2020-12-31 00:27

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 definin

相关标签:
2条回答
  • 2020-12-31 00:38

    Just create the missing folders C:\xampp\mysql\lib\plugin\ and it should work.

    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.

    0 讨论(0)
  • 2020-12-31 01:02

    I solved my problem inspired by the above answer. My error was "mysqld.exe: File '.\mysql-bin.000093' not found (Errcode: 2 "No such file or directory")"

    So I post it here as a help anyone.

    I disabled MySQL replication setup within my.ini file. If you've set any "bin.log" configuration, in this case, you should disable it get MySQL server up.

    0 讨论(0)
提交回复
热议问题