I managed to download the MySQL DMG archive to my OS (mac OS X). It works if I use the command line. Now, I\'m trying to install MySQL Workbench. I\'ve created MySQL Connect
I figured it out:
Went to my terminal and typed:
passwd
Old password was blank
I created a new password (it was THAT simple)
I created a "etc" directory
I checked the files under /usr/local/mysql/support-files/
and saw my cnf file was actually named my-default.cnf
and not my-huge.cnf
like the developer at the MySQL site.
So I typed: sudo cp my-default.cnf /etc/my.cnf
went back to the Workbench and it FINALLY said:
Testing host machine settings is done.