aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-08 15:51:52 +0900
committerrhenium <re4k@re4k.info>2013-06-08 15:51:52 +0900
commita65289978b369814d1066258b942a67a7af664ee (patch)
tree2e94054c77149e4b037ad383927d8ce885934a51 /README.md
parent4de8912eea9c89df22b4ed93ebd911b2dc1a9319 (diff)
downloadaclog-a65289978b369814d1066258b942a67a7af664ee.tar.gz
fix database config/utf8mb4
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6dc135d..ef43efd 100644
--- a/README.md
+++ b/README.md
@@ -24,19 +24,10 @@ A web service like Favstar.
## Requirements
* Ruby 1.9.3
-* MySQL/MariaDB 5.5.14+
+* MySQL/MariaDB 5.5.14+ (must support utf8mb4)
## Setup
### MySQL
-* Add to `my.cnf`
-
- ```ini
- [mysqld]
- innodb_file_format = Barracuda
- innodb_file_per_table = 1
- innodb_large_prefix
- ```
-
* Create MySQL user
### aclog configuration (application)