mysqlcheck -uroot --analyze --all-databases
가끔 한 번씩 해주면 좋음
# This is an H1 ## This is an H2 ### This is an H3
*This is an italic* **This is an bold** ~~This is an strike~~
[Site](http://yobi.io/ "Yobi Site") http://yobi.io/
- Red 1. White 2. Blue - Green.
- [ ] Todos - [x] To do A - [ ] To do B - [ ] To do C

> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. > > Aenean commodo ligula eget dolor.
`function test() {console.log("hello world");}` ```javascript function test() { console.log("hello world"); } ```
| Default | Align center | Align right | | ------------ | :----------: | ------: | | Carrot | Red | 1,000 | | Banana | Yellow | 32,000 |
Issue no: #2 Mention: @yobi commit: @763575 or @763575f177a4ce8b9370954de3ea1a1410205593
Issue no: #2
Mention: @yobi
commit: @763575 or @763575
repo.yona.io 에서 사용중인 my.cnf 파일 추가 설정내용
[client-server] [client] default-character-set=utf8mb4 [mysql] default-character-set=utf8mb4 [mysqld] collation-server = utf8mb4_unicode_ci init-connect='SET NAMES utf8mb4' character-set-server = utf8mb4 lower_case_table_names=1
Once you delete the post, you won't be able to recover it. Do you still want to delete this post?
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?
repo.yona.io 에서 사용중인 my.cnf 파일 추가 설정내용