Skip to content

Commit

Permalink
Add documentation for mysql 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach authored May 15, 2018
1 parent 6dcc703 commit 9652b20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ init_connect='SET NAMES utf8mb4'
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
```
4. If using mysql 8.0, also add this to your my.cnf or my.ini
```
default-authentication-plugin=mysql_native_password
```

4. restart mysql
5. Create a database and ensure you can connect to it from your server
6. set these [environment variables](https://www.youtube.com/watch?v=bEroNNzqlF4) before running unity or your server:
Expand Down

0 comments on commit 9652b20

Please sign in to comment.