Question #6668   Submitted by Answiki on 09/16/2022 at 08:10:07 PM UTC

Where to check my MySQL version?

Answer   Submitted by Answiki on 09/16/2022 at 08:09:43 PM UTC

There are several ways to determine the version of MySQL installed:


  • On the command line:

mysql -V


  • With the MySQL client:

SHOW VARIABLES LIKE "%version%";


  • On the home page of phpMyAdmin (The litthe house (Home) on top left of the page), there is an insert with the MySQL version:



6 events in history
Question by Answiki 09/16/2022 at 08:10:07 PM
Where to check my MySQL version?
Question by Answiki 09/16/2022 at 08:10:01 PM
Where to find my MySQL version?
Question by Answiki 09/16/2022 at 08:09:50 PM
How to know my MySQL version?
Answer by Answiki on 09/16/2022 at 08:09:43 PM

There are several ways to determine the version of MySQL installed:


  • On the command line:

mysql -V


  • With the MySQL client:

SHOW VARIABLES LIKE "%version%";


  • On the home page of phpMyAdmin (The litthe house (Home) on top left of the page), there is an insert with the MySQL version:



Answer by Answiki on 09/16/2022 at 08:09:25 PM

There are several ways to determine the version of MySQL installed:


  • On the command line:

mysql -V

  • With the MySQL client:

SHOW VARIABLES LIKE "%version%";


  • On the home page of phpMyAdmin (The litthe house (Home) on top left of the page), there is an insert with the MySQL version: