Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

seralaci/mysql-phpmyadmin-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL and phpMyAdmin by Docker Compose

Requirements:

  • docker >= 17.12.0+
  • docker-compose

Quick Start

  • Clone or download this repository
  • Go inside of directory, cd mysql-phpmyadmin-docker-compose
  • Run this command docker-compose up -d

Environments

This Compose file contains the following environment variables:

  • MYSQL_DATABASE the default value is yourdatabase
  • MYSQL_ROOT_PASSWORD the default value is setrootpassword
  • MYSQL_USER the default value is dbuser
  • MYSQL_PASSWORD the default value is dbpassword
  • PHPMYADMIN_PORT the default value is 6060

Access to MySQL:

  • localhost:3306
  • Username: dbuser
  • Password: dbpassword

Access to phpMyAdmin:

  • URL: http://localhost:6060
  • Server: mysql
  • Username: root or dbuser
  • Password: setrootpassword or dbpassword

Alt text

Are you new to MySQL?

MySQL Database - Full Course

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.