Homebrew 설치 후에는 MariaDB Server 는 다음과 같이 설치 가능합니다. brew install mariadb 설치 후에는 다음으로 MariaDB Server를 시작합니다.: mysql.server start MariaDB Server 자동 시작하려면 다음과 같이 Homebrew 서비스 기능을 이용할 수 있습니다. (이 서비스 기능은 launchd 의 launchctl 유틸리티를 이용합니다) : brew services start mariadb MariaDB 실행확인 brew services list MariaDB root 계정 설정 sudo mariadb-secure-installation 최초 Enter current password for root (enter for none): 엔..
스키마 용량 확인 SELECT table_schema, ROUND(SUM(data_length + index_length) / 1024 / 1024, 1) "MB" FROM information_schema.tables GROUP BY table_schema; 스키마별 용량 확인 SELECT SUM(data_length+index_length)/1024/1024 "USED_MB" , SUM(data_free)/1024/1024 "FREE_MB" FROM information_schema.tables; 테이블별 테이블행, 데이터 사용 사이즈, 인덱스 사이즈 확인 SELECT table_name, table_rows, ROUND(data_length/(1024*1024),2) AS 'DATA_SIZE(MB)..
Syntax CREATE INDEX 인덱스명 ON 테이블(...컬럼) CREATE [OR REPLACE] [UNIQUE|FULLTEXT|SPATIAL] INDEX [IF NOT EXISTS] index_name [index_type] ON tbl_name (index_col_name,...) [WAIT n | NOWAIT] [index_option] [algorithm_option | lock_option] ... index_col_name: col_name [(length)] [ASC | DESC] index_type: USING {BTREE | HASH | RTREE} index_option: KEY_BLOCK_SIZE [=] value | index_type | WITH PARSER parser_n..
- Total
- Today
- Yesterday
- HTTP Status Code
- 신경망
- 실리콘 맥
- ELB
- weka
- DBeaver
- AUTO_INCREMENT
- aws ec2
- 경사하강법
- Apple 개발자 프로그램
- SMTP
- BFS
- dfs
- 테이블 사용량
- mariadb
- 렌더링 특수문자
- HTTPS
- JAVA mail
- react html
- MariaDB 테이블 복사
- t4g.micro
- 역전파
- EC2
- graph
- ChatGPT
- 파이썬 아나콘다
- jconsole
- Index
- 맥북 캡처
- Graphviz
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |