Skip to content

clonmac/rpi-mysql-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

MySQL on Raspberry Pi / armhf

This is a port of the official MySQL image https://hub.docker.com/_/mysql/ for Raspberry Pi / armhf.

Supported tags and respective Dockerfile links

What is MySQL?

MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more. For more information and related downloads for MySQL Server and other MySQL products, please visit MySQL.com or wikipedia.org/wiki/MySQL

logo

How to use this image

  • $ docker pull tobi312/rpi-mysql
  • Optional: $ mkdir -p /home/pi/.local/share/mysql
  • $ docker run --name mysql -d -p 3306:3306 -v /home/pi/.local/share/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw tobi312/rpi-mysql

or build it yourself

  • $ git clone https://github.com/TobiasH87Docker/rpi-mysql && cd rpi-mysql
  • $ docker build -t tobi312/rpi-mysql ./5.5/
  • Optional: $ mkdir -p /home/pi/.local/share/mysql
  • $ docker run --name mysql -d -p 3306:3306 -v /home/pi/.local/share/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw tobi312/rpi-mysql

Environment Variables

This Image on

About

MySQL on Raspberry Pi / armhf (a port of the official MySQL image)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages