MySql error with Instant Rails 2.0 and higher
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.
1 comment so far
Leave a reply
thank for the help full instruction you put. I followed you step, it worked