Skip to content

Commit b158060

Browse files
committed
Update README
1 parent 51f4522 commit b158060

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,28 @@ Or
2828
Post Installation
2929
-----
3030
* MySQL :
31+
* Set the default to UTF-8 in my.cnf
3132

33+
```ini
34+
[client]
35+
default-character-set=utf8
36+
37+
[mysql]
38+
default-character-set=utf8
39+
40+
41+
[mysqld]
42+
collation-server = utf8_unicode_ci
43+
init-connect='SET NAMES utf8'
44+
character-set-server = utf8
45+
```
46+
47+
* Source the schema
3248
> mysql -u root -p -e "source /var/www/CGraphz/sql/initial_cgraphz_2.10.sql; source /var/www/CGraphz/sql/upgrade_from_2.10_to_2_20.sql;"
3349
50+
* Submenu in english :
51+
> mysql -u root -p -e "source /var/www/CGraphz/sql/cgraphz_en.sql;"
52+
3453
* Configuration
3554
* Edit /var/www/CGraphz/config/config.php.tpl
3655
* Move /var/www/CGraphz/config/config.php.tpl to /var/www/CGraphz/config/config.php

0 commit comments

Comments
 (0)