How to Check MySQL Version in Ubuntu?

By Hardik Savani July 27, 2023 Category : MySql Ubuntu

Hello Dev,

In this short tutorial, we will cover a how to check mysql version in ubuntu. step by step explain how to check mysql version in ubuntu 22.04. This tutorial will give you a simple example of how to check mysql version in ubuntu. This tutorial will give you a simple example of how to check mysql version in ubuntu terminal. Let's see below example ubuntu check mysql version.

I will give you very simple command to check which version of mysql are you using it. it will show you the current installed mysql version in ubuntu 18.04, ubuntu 20.04, ubuntu 22.04 or ubuntu 23.04. so, let's see the following mysql command with -V option.

You will find all the details of your current installed mysql version:

Command:

mysql -V

Output:

You will see the output of command:

mysql Ver 8.0.33-0ubuntu0.23.04.2 for Linux on x86_64 ((Ubuntu))

You can also see the screenshot:

I hope it can help you...

Tags :
Shares