How to Check MySQL Version in 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...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- How to Upgrade from Ubuntu 18.04 to Ubuntu 20.04 LTS?
- How to Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS?
- How to Upgrade from Ubuntu 22.04 to Ubuntu 23.04?
- How to Upgrade PHP Version from 8.1 to 8.2 in Ubuntu?
- How to Install PHP imap Extension in Ubuntu?
- How to Check Current PHP Version in Ubuntu?
- How to Install Apache PHP MySQL and Phpmyadmin on Ubuntu?
- How to Change PHP Version in Ubuntu Server?
- How to Install MySQL in Ubuntu Server?
- Node JS CRUD with MySQL Tutorial Example
- How to Create a REST API using Node.js and MySQL?
- How to Export Mysql Database using Command Line in Ubuntu?
- How to Copy One Table Data into Another Table using MySQL?