Skip to content

Commit c0b6f46

Browse files
committed
add instructions for mysql update
Signed-off-by: Alex Hicks <awh4kc@virginia.edu>
1 parent d2ab7e8 commit c0b6f46

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)