How to see your MySQL version in macOS

Last updated on February 23, 2022 A Goodman Loading... Post a comment

In order to check your MySQL version in macOS, just open the terminal and perform the following command:

mysql --version

You’ll see something similar to this:

Simple as that. Further reading:

You can also check out our database topic page for the latest tutorials and examples.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

Related Articles