Estou executando o shell babun (baseado no cygwin) no Windows 10 e tentando instalar o MySQL.
Eu corri:
$pact install mysql mysqld
Que foi executado com sucesso. Agora, ao executar:
$mysql_install_db
Estou recebendo este erro:
/usr/sbin/mysqld.exe: error while loading shared libraries: cygwrap-0.dll: cannot open shared object file: No such file or directory
Parece que não tenho um arquivo "cygwrap-0.dll" no meu PC. Como devo instalar isso corretamente?
Se ajudar / estiver relacionado, ao executar:
$mysql -v
Eu recebo este erro:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql.sock'
Deixe-me saber que outras informações úteis posso fornecer.
obrigado