-
Notifications
You must be signed in to change notification settings - Fork 1
Debug Setup
Shubhajit Saha edited this page Feb 4, 2016
·
4 revisions
sudo -i
cd /tmp/
mkdir -m 0777 aws-cache
mkdir -m 0777 ci
mkdir -m 0777 ci/upload
ls -a -l
# drwxrwxrwx 2 root wheel 68 Nov 19 23:43 aws-cache
# drwxrwxrwx 3 root wheel 102 Nov 19 23:45 cisudo nano /usr/local/opt/mysql/my.cnfinsert the following lines
default_time_zone='+00:00'
innodb_autoinc_lock_mode=0
restart
mysql.server restart