An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Running it

$ ./start
$ mysql --password=root -u root -h 127.0.0.1 -P 3306
enjoy!!