ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [MYSQL] MariaDB 15.1 버전 설치
    카테고리 없음 2020. 10. 10. 22:01
    반응형

    이번 포스팅은 MariaDB 15.1 버전을 설치하려고 한다.

    아래와 같이 따라하면 설치할 수 있다.

    # apt-get install software-properties-common
    # apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
    # add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main'
    # apt update
    # apt install mariadb-server
    # mysql --version

    반응형
Designed by Tistory.