After numerous problems getting rake spec to work after upgrading to Rails 3.2 (including a mysql2 related-error and the dreaded 193: %1 is not a valid win32 command") I decided to delete my entire RailsInstaller installation and reinstall. Now I can't get mysql to work.
Details:
Windows 7
Ruby 1.9.3-p392
Rails 3.2.13
Given these problems, decided to eliminate my existing mysql installation and follow the clean install directions in the blog post. I first tried this with the latest version of mysql 5.6, but I got the same "can't connect" errors as before. I've since tried the exact mysql version mentioned in the blog post (5.5.13) and a later 5.5 version, all with no success. Either the installation can't start mysql during the config phase, or something else fails. I'm using the default installation directories so that my.ini is pointed to the right places.
Oh, also, I have the host set to 127.0.0.1 in database.yml, since that seems to have been mentioned frequently in other related posts in this group's archives.
I'd be grateful for any assistance you might be able to offer.
Thanks very much,
Dean Richardson