Stuck in error 2 with mysql using XAMPP

前端 未结 2 820
执念已碎
执念已碎 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 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.

提交回复
热议问题