If you are getting the error below:
The procedure entry point mysql_stmt_row_tell could not be located in the dynamic link library libmysql.dll
You have to copy the libmysql.dll from your mysql/bin directory to ruby/bin directory. I found this solution here.
04/02/2009 at 8:36 PM
thank for the help full instruction you put. I followed you step, it worked