Running the MARIADB program in Docker

Source: Internet
Author: User

Tag: INF hid detailed description container onclick none parameter set Doc my.cnf

  1. Installing Docker
  2. Get mariadb image
    Docker Pull Mariadb

    First in https://hub.docker.com find the MARIADB official image, the relevant parameter settings https://hub.docker.com/_/mariadb/detailed description

  3. Run mirror
    - P 3306:3306 -v/usr/local/mysql/my.cnf:/etc/mysql/my.cnf -E mysql_root_password=mypassword-d mariad
    [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 the port mapping can be in the container outside the software to connect the database, CNF file mainly solve the coding problem, to prevent the occurrence of Chinese garbled.

  4. Test

Running the MARIADB program in Docker

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.