YoungFox / database

docker-compose启动本地mysql服务

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql

docker-compose启动本地mysql服务

步骤:

1、make up

2、访问 localhost:8080,用户名:root,密码:example

3、go run main.go

database test

table userinfo

Column Type
uid int
username text department text created date

redis 命令

redis-cli

EXISTS test

GET test

About

docker-compose启动本地mysql服务


Languages

Language:Go 96.9%Language:Makefile 3.1%