File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ echo 'log_slave_updates' | tee -a /etc/mysql/conf.d/gtid.cnf
48
48
# Start mysql (avoid errors to have logs)
49
49
/etc/init.d/mysql start || true
50
50
tail -1000 /var/log/syslog
51
- nohup mysqld --log-bin=mysql-ctl-bin.log --server-id 2 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave-updates -P 3307 --socket=/var/run/mysqld/mysqld-ctl.sock --datadir=/var/ramfs/mysql-ctl --pid-file=/var/lib/mysql/mysql-ctl.pid &
51
+ nohup mysqld --log-bin=mysql-ctl-bin.log --server-id 2 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave-updates -P 3307 --socket=/var/run/mysqld/mysqld-ctl.sock --datadir=/var/ramfs/mysql-ctl --pid-file=/var/lib/mysql/mysql-ctl.pid --user=root &
52
52
# Give it time to start
53
53
sleep 5
54
54
tail -1000 nohup.out
You can’t perform that action at this time.
0 commit comments