https://github.com/mageddo/dockerized-mysql-tool
A mysql ready for development usage
https://github.com/mageddo/dockerized-mysql-tool
Last synced: 8 months ago
JSON representation
A mysql ready for development usage
- Host: GitHub
- URL: https://github.com/mageddo/dockerized-mysql-tool
- Owner: mageddo
- Created: 2016-04-05T14:03:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T18:50:33.000Z (about 10 years ago)
- Last Synced: 2025-03-27T23:30:27.653Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running it
$ ./start
$ mysql --password=root -u root -h 127.0.0.1 -P 3306
enjoy!!