我在 Windows 10 上运行 babun(基于 cygwin)shell,并尝试安装 MySQL。
我运行了:
$pact install mysql mysqld
执行成功。现在,运行时:
$mysql_install_db
我收到此错误:
/usr/sbin/mysqld.exe: error while loading shared libraries: cygwrap-0.dll: cannot open shared object file: No such file or directory
我的电脑上似乎没有“cygwrap-0.dll”文件。我应该如何正确安装它?
如果它有帮助/相关,则运行时:
$mysql -v
我收到此错误:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql.sock'
请告诉我我还能提供哪些有用的信息。
谢谢
答案1
$ cygcheck -p cygwrap-0.dll
...
libwrap0-7.6-22 - libwrap0: Tools providing host-based access restrictions on
...
因此你需要安装 libwrap0