Answers for "my mysql version"

SQL
4

mysql version

# console
mysql --version
mysql -V

# sql query
SHOW VARIABLES LIKE ‘%version%’;
Posted by: Guest on June-03-2020
1

what is my mysql version

Mysql version
mysql -V
Posted by: Guest on October-14-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language