How to see your MySQL version in macOS
( 49 Articles)
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:
- Using ENUM Type in TypeORM
- 2 Ways to View the Structure of a Table in PostgreSQL
- Unsigned (non-negative) Integer in PostgreSQL
- TypeORM: Property ‘id’ has no initializer and is not definitely assigned in the constructor
- TypeORM: Adding created_at and updated_at columns
You can also check out our database topic page for the latest tutorials and examples.
Subscribe
0 Comments