Skip to content

Commit 3bc4afb

Browse files
committed
Merge branch 'master' of https://github.com/OpenDSA/OpenDSA-LTI
2 parents a8c2389 + c0b6f46 commit 3bc4afb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ The following server requirements will be fine for supporting hundreds of users.
228228
exit
229229
```
230230

231+
- We also need to update the mysql configuration file. Open /etc/mysql/conf.d/mysql.cnf in your text editorand replace the file's contents with the below configuration
232+
```
233+
[mysql]
234+
innodb_temp_data_file_path = ibtmp1:12M:autoextend:max:500M
235+
```
236+
231237
### Install Node.js and bower
232238

233239
- Node.js is required by Rails assets pipeline.

0 commit comments

Comments
 (0)