https://github.com/swader/trusty64-mysql_remote
A vagrantfile of Ubuntu 14.04 with MySQL pre-installed and remote connections enabled.
https://github.com/swader/trusty64-mysql_remote
Last synced: 9 months ago
JSON representation
A vagrantfile of Ubuntu 14.04 with MySQL pre-installed and remote connections enabled.
- Host: GitHub
- URL: https://github.com/swader/trusty64-mysql_remote
- Owner: Swader
- Created: 2014-05-28T11:25:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T11:26:06.000Z (about 12 years ago)
- Last Synced: 2025-09-21T11:58:53.122Z (9 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu 14.04 Vagrant - with addons
This vagrantfile was created for a SitePoint article.
It boots up a 14.04 Ubuntu server instance and installs the default MySQL into it.
It also enables remote connections to the MySQL server, so you can hook into it with
MySQL workbench or any other tool of your choice via the VM IP and the default 3306 port.
I will be expanding this box to include options like HHVM, PHP 5.6 and more.
PRs welcome.