Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to run mariadb program in docker

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you how to run the mariadb program in docker, the content is very detailed, interested friends can refer to, hope to be helpful to you.

1. Install docker

two。 Get mariadb image

Docker pull mariadb

First of all, find the official image of mariadb in https://hub.docker.com. The relevant parameters are set to https://hub.docker.com/_/mariadb/ in detail.

3. Run Mirror

Docker run-p 3306 usr/local/mysql/my.cnf:/etc/mysql/my.cnf 3306-- name mariaone-v / usr/local/mysql/my.cnf:/etc/mysql/my.cnf-e MYSQL_ROOT_PASSWORD=mypassword-d Mariada [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] init_connect='SET collation_connection = utf8_unicode_ci'init_connect='SET NAMES utf8'character-set-server=utf8collation-server=utf8_unicode_ciskip-character-set-client-handshake

My.cnf

After port mapping, you can connect to the database in the software outside the container. Cnf files mainly solve the coding problem and prevent Chinese garbled.

4. test

On how to run the mariadb program in docker to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report