로그인
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

+ Recent posts