The command "mysql --host 127.0.0.1 --port 3306 -uroot -e 'status;'" exited with 0.
0.01s$ mysql --host 127.0.0.1 --port 3307 -uroot -e 'status;'
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
The command "mysql --host 127.0.0.1 --port 3307 -uroot -e 'status;'" exited with 1.
0.02s$ mysql --host 127.0.0.1 --port 53306 -uroot -e 'status;'
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
The command "mysql --host 127.0.0.1 --port 53306 -uroot -e 'status;'" exited with 1.
0.02s$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
Build #12 - R8800/rktest - Travis CI