<pkchau / gmail.com> asked... > Has anyone run into this problem? > > I have Rails installed on my machine and started my first Rails > project. As soon as I hit the URL (http://localhost:3000/todo)I get a > popup > > "The procedure entry point mysql_get_client_version could not be > located in the dynamic link library LIBMYSQL.dll" > I'm not speaking from experience, but it looks like it might be a problem with either MySql or Ruby's MySql driver. Make sure the latter is up-to-date. With a question like this, more info, like versions of Mysql, Ruby and your operating system will help. You might find better help with Rails questions on: the Rails mailing list: http://lists.rubyonrails.org/mailman/listinfo/rails or #rubyonrails on freenode IRC: irc://irc.freenode.org/rubyonrails Cheers, Dave