You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please reflect in documentation, that ruby gem mysql on Windows requires libmysql.dll from MySQL server 5.0. And so old MySQL server release is already nowhere to be found.
libmysql.dll from MySQL 5.1 and 5.5 crashes application.
I had to download php-5.2.17-Win32-VC6-x86.zip and take libmysql.dll from there. It worked. I placed it into Ruby\bin folder.
The text was updated successfully, but these errors were encountered:
Well, I understand your motives, but there are still people, who use your great tool. It's they, who require information. It's they who can sometimes use Ruby on Windows. Not you.
Hi.
Could you please reflect in documentation, that ruby gem mysql on Windows requires libmysql.dll from MySQL server 5.0. And so old MySQL server release is already nowhere to be found.
libmysql.dll from MySQL 5.1 and 5.5 crashes application.
I had to download php-5.2.17-Win32-VC6-x86.zip and take libmysql.dll from there. It worked. I placed it into Ruby\bin folder.
The text was updated successfully, but these errors were encountered: