티스토리 뷰
프로그래밍언어/MySQL or MariaDB
Install / Configuration / Run MySQL 5.6.x in CentOS7 On Docker
가판이 2017. 2. 21. 13:41Install / Configuration / Run MySQL 5.6.x in CentOS7 On Docker
Install
Download mysql rpm package and Install rpm repositories by using rpm command:
[]# yum install wget
[]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
[]# rpm -ivh mysql-community-release-el7-5.noarch.rpm
Check mysql repositories:
[]# ls -1 /etc/yum.repos.d/mysql-community*
/etc/yum.repos.d/mysql-community.repo
/etc/yum.repos.d/mysql-community-source.repo
Installing MySQL Server:
[]# yum install mysql-server
Installing databases to MySQL Server:
[]# mysql_install_db --user=mysql
Configuration root password:
type 1:
[]# /usr/bin/mysqladmin -u root password 'new-password'
[]# /usr/bin/mysqladmin -u root -h 'hostname' password 'new-password'
alternatively type 2:
[]# /usr/bin/mysql_secure_installation
manual start MySQL daemon:
[]# cd /usr ; /usr/bin/mysqld_safe &
test the MySQL daemon:
[]# cd mysql-test; perl mysql-test-run.pl
'프로그래밍언어 > MySQL or MariaDB' 카테고리의 다른 글
MariaDB(mysql) UUID 로 PK 사용하기 (0) | 2017.10.12 |
---|---|
MariaDB(MySQL) DB Backup Dump Script (0) | 2017.01.10 |
MariaDB(MySQL) 원격에서 접근이 가능하도록 설정하기 (0) | 2016.12.21 |
[MYSQL] 계정 생성, 권한 부여, 제거, 비밀번호 변경 (0) | 2016.12.21 |
mysql group 사용하기 (0) | 2016.10.31 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- flask-simpleldap
- mariadb
- 리눅스
- 자바스크립트
- ssh
- php
- centOS7
- 파이썬
- director.js
- centOS
- GROUP BY
- 소프트웨어 공학
- MySQL
- swapfile
- backup
- 채굴량
- 소공
- 무정지서비스배포
- pk
- select
- 워드프레스
- graceful shutdown
- Python
- bash
- NGINX
- 소프트웨어 엔지니어링
- javascript
- ELECTRON
- headless browser
- 가 부터 힣
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
글 보관함