Sign inSign up

timonier/mysql

By timonier

Updated over 6 years ago

MySQL is a widely used, open-source relational database management system

Image
0

2.1K

timonier/mysql repository overview

README

MySQL is a widely used, open-source relational database management system

⚠️ This project is no longer maintained. ⚠️

Installation

# Define installation folder

export INSTALL_DIRECTORY=/usr/bin

# Use local installation

sudo bin/installer install

# Use remote installation

curl --location "https://gitlab.com/timonier/mysql/raw/master/bin/installer" | sudo sh -s -- install

Note 1: If you do not define INSTALL_DIRECTORY, installer will use in /usr/local/bin.

Note 2: docker-for-mac users have to configure native NFS server.

Usage

Run the command mysql:

# See all mysql options

mysql --help

# Run mysql

mysql -h mysql-morgan.docker -u root

Tag summary

Content type

Image

Digest

Size

151.6 MB

Last updated

over 6 years ago

docker pull timonier/mysql