Skip to content

Failed to connect to MySQL Server in Travis CI #5

Description

@szf5
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions