/rpi-mysql

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

Primary LanguageShellGNU General Public License v2.0GPL-2.0

MySQL on Raspberry Pi / ARM

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

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

Environment Variables

This Image on