I built a new image on VMWare Fusion for my class, which required
installing MySQL 5.6 on Fedora, Version 20. If you don’t know how
to add your user to the sudoers
list, you should
check this older and recently updated blog post.
- Download the MySQL Yum Repository and launch the downloaded RPM.
- Install MySQL on Fedora, Version 20, which you can find with the following command:
shell> rpm -qa | grep mysql mysql-community-release-fc20-5.noarch |
The fc20-5
changes with point releases, but assuming
that you’re installing the fc20-5
release:
shell> sudo yum localinstall … |