Skip to content

<RealMySQL : 개발자와 DBA를 위한> 소스코드

Notifications You must be signed in to change notification settings

chocolate-factory/realmysql-docker

 
 

Repository files navigation

RealMysql Docker

Introduction

For people who study with Real MySQL that is published by wikibooks.

Usage

  • MySQL Server Version: 5.7.22

If you want to start mysql server

make all

or

make run
make initialize-database

If you want to stop mysql server

make stop

Account info for connecting

Host: 127.0.0.1
Username: root
Password: X (empty)

Notice

About

<RealMySQL : 개발자와 DBA를 위한> 소스코드

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 39.0%
  • Java 28.0%
  • SQLPL 23.7%
  • PLpgSQL 7.6%
  • Makefile 1.3%
  • Shell 0.4%