How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "warenzema/amazonlinux2mysql80"
end
vagrant init warenzema/amazonlinux2mysql80
vagrant up
This version was created about 1 year ago.
Ran
sudo yum upgrade -y
New mysql version is 8.0.33
This version was created almost 2 years ago.
"sudo rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022"
"sudo yum update -y"
"mysql -uroot -pRootroot1!"
select @@version;
8.0.30
This version was created about 3 years ago.
Ran
sudo yum upgrate -y
New mysql version is 8.0.25
This version was created almost 5 years ago.
There isn't a description.