Skip to content

ekyna/docker-mysql-phpmyadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker MySql + PhpMyAdmin

To get a local Mysql server with PhpMyAdmin using Docker Compose.

Installation

  1. Clone this repo.

  2. Copy the ".env.dist" file, rename it to ".env" and configure your stack.

    Refer to documentation pages for environment variable usage :

  3. Use the manage.sh script to launch the stack.

    Windows users will need gitbash to use the manage.sh script.

     ./manage.sh up
    
  4. Once the stack is up and running, you can access PhpMyAdmin by visiting http://127.0.0.1:8888.

    Fill the "server" field with "mysql".

Usage

  • Help:

      ./manage.sh
    
  • Launch the stack:

      ./manage.sh up
    
  • Stop the stack:

      ./manage.sh down
    
  • Reset the stack:

      ./manage.sh reset
    

About

Get a local mysql server + phpmyadmin using docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published