Unable to install MySQL2 gem on Windows 7

前端 未结 7 1275
醉话见心
醉话见心 2020-12-01 14:39

I am getting the following error message while installing, let me know if I need to post more details.

I followed instructions from the following location: https:/

7条回答
  •  死守一世寂寞
    2020-12-01 15:26

    1. install 32 bit mysql connector/c get it at here
    2. copy libmysql.dll from the directory that you install the connector/c to the %installed ruby directory%/bin/

    then reinstall the gem again.

提交回复
热议问题