docs: Update docs/ko/install-mariadb.md
@b790c586ccaa86616a35e0ea954e1c9abf7ea008
--- docs/ko/install-mariadb.md
+++ docs/ko/install-mariadb.md
... | ... | @@ -14,6 +14,9 @@ |
14 | 14 |
3. Windows |
15 | 15 |
- https://downloads.mariadb.org/mariadb/10.1.11/#os_group=windows |
16 | 16 |
|
17 |
+ |
|
18 |
+이하는 Linux/Unix 기반의 설명입니다. Windows OS 유저는 [MariaDB 설치 (Windows)](https://github.com/yona-projects/yona/wiki/MariaDB-%EC%84%A4%EC%B9%98-%28Windows%29) 를 참고해서 진행해주세요. |
|
19 |
+ |
|
17 | 20 |
##### DB 설치후 유저 및 Database 생성 |
18 | 21 |
|
19 | 22 |
기본 진행 내용은 MariaDB에 root 유저로 접속한 다음 yona 유저를 만들고 DB를 만들고 해당 DB의 모든 권한을 yona 유저에게 주는 작업입니다. |
... | ... | @@ -32,6 +35,7 @@ |
32 | 35 |
|
33 | 36 |
``` |
34 | 37 |
set global innodb_file_format = BARRACUDA; |
38 |
+set global innodb_file_format_max = BARRACUDA; |
|
35 | 39 |
set global innodb_large_prefix = ON; |
36 | 40 |
|
37 | 41 |
create database yona |
... | ... | @@ -109,4 +113,3 @@ |
109 | 113 |
``` |
110 | 114 |
참고: http://coolestguidesontheplanet.com/start-stop-mysql-from-the-command-line-terminal-osx-linux/ |
111 | 115 |
|
112 |
-DB가 정상적으로 재시작되었으면 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?