Answers for "how to check the mysql version mac"

SQL
1

how to check the mysql version mac

after logging into your mysql, run the following comaand
mysql> "select @@version;" // the command is in green
Posted by: Guest on January-11-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language