error: procedure entry point not found

I received the same error message. After copying libmysql.dll (from my MySQL installation) to my ruby/bin folder, the error went away. I'm not sure if there are any potentially negative consequences of copying the file, but everything seems to be working for now.

Will Merydith wrote:

Samuel Johnson wrote:

I received the same error message. After copying libmysql.dll (from my MySQL installation) to my ruby/bin folder, the error went away. I'm not sure if there are any potentially negative consequences of copying the file, but everything seems to be working for now.

It really does resolve the problem. Thanks.

this works as mentioned above:

copy libmysql.dll (from my MySQL installation) to my ruby/bin folder