How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "hfm4/CentOS5.10-i386-mysql-allstar"
  config.vm.box_version = "0.2"
end
vagrant init hfm4/CentOS5.10-i386-mysql-allstar \
  --box-version 0.2
vagrant up

This version was created almost 9 years ago.

Update:

  • my.cnf for each MySQL version is set up.

Fix:

  • mysql_install_db failed (MySQL 5.5 and 5.6)
  • remove unnecessary files
1 provider for this version.
  • virtualbox Externally hosted (github.com)