로그인
mysql -u -D -p
mysql -p
데이터베이스 확인
show databases;
DB 접속
use mysql;
테이블 리스트 보기
show tables;
나가기
quit;
톱켓 데몬스크립트 파일명
cp /usr/local/cafe24/mariadb/support-files/mysql.server
데몬 설정 리스트 확인(/etc/init.d)
chkconfig
데몬 설정 추가 예시
chkconfig mariadb on
데몬 설정 켜기/끄기
/etc/init.d/mariadb stop
/etc/init.d/mariadb stop
'규린이 IT 개발' 카테고리의 다른 글
[리눅스] 디스크 마운트 (0) | 2019.06.04 |
---|---|
[인프라] 캐시를 이용한 대규모 서비스 처리 방법 (0) | 2019.05.13 |
centos6 특정 포트 방화벽 여는 방법 (0) | 2019.05.01 |
리눅스 crontab (0) | 2019.04.30 |
Balanced Tree (0) | 2019.04.29 |