MySQL showing different versions

前端 未结 1 1191
执念已碎
执念已碎 2021-01-26 14:08

I feel like this question is very stupid, but it has been bothering me so much and I couldn\'t find an answer, so I\'m gonna ask it anyway.

I\'m on a Mac machine. When I

相关标签:
1条回答
  • 2021-01-26 14:38

    There are two parts here, a client talking to a server.

    What you have is:

    • a MySQL 8.0.13 client (mysql)
    • a MySQL 5.7.24 server (mysqld)

    The database is effectively on version 5.7.24.

    There is no conflicts, clients and servers from different versions are compatible, as they understand the same communication protocol.

    0 讨论(0)
提交回复
热议问题