If you are getting the following error using Instant Rails for Rails 2.0 here is a quick fix that will get you working again.
“The procedure entry point mysql_stmt_row_tell could not be located in the dynamic link library libmysql.dll”
You will need to manually copy the libmysql.dll to the \ruby\bin directory. You can find the libmysql.dll in the \mysql\bin directory in side you Instant Rails folder.
Posted in mysql, ruby, ruby on rails, tips | Tags: dll hell, instant rails, mysql, rails 2.0, ruby, ruby on rails