How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "warenzema/amazonlinux2mysql57"
end
vagrant init warenzema/amazonlinux2mysql57
vagrant up
This version was created almost 2 years ago.
sudo yum update -y
mysql_upgrade -uroot -pRootroot1!
This version was created about 3 years ago.
Ran:
sudo yum update -y
mysql_upgrade -uroot -pRootroot1!
This version was created almost 5 years ago.
Ran: sudo yum update -y mysql_upgrade -uroot -pRootroot1!
This version was created almost 6 years ago.
There isn't a description.