Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- install
- Postfix
- smarty
- JavaScript
- centos
- 문자열자르기
- php
- replace
- 부모창
- ubuntu
- 일괄변경
- mariadb
- 한글 깨짐
- MySQL
- jQuery
- Oracle
- docker
- 천단위
- TPL
- Python
- SVN
- Selectbox
- Eclipse
- RabbitMQ
- random
- TextBox
- 확장자
- i18n
- yum
Archives
- Today
- Total
목록설치 (2)
wilson's story
Ubuntu 18.04 에 Mariadb 10.5 설치
Ubuntu 18.04에 Mariadb를 기본으로 설치 하면 최신 버전이 설치가 되지 않는다 최신 버전을 설치하고 싶으다면 sudo apt-get install software-properties-common sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc' sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] https://mirror.yongbok.net/mariadb/repo/10.5/ubuntu bionic main' sudo apt update sudo apt install mariadb-server 설치 완료 후 외부에서도 접속 가능 하도록 하기 위..
Linux
2021. 2. 25. 13:02