Check mySQL version on Mac 10.8.5
问题 How can I check (step-by-step ) the version of mySQL installed on my Mac 10.8.5? I tried using command prompt, but couldn't figure out. 回答1: Every time you used the mysql console, the version is shown. $ mysql -u user Successful console login shows the following which includes the mysql server version. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1432 Server version: 5.5.9-log Source distribution Copyright (c) 2000, 2010, Oracle and/or its affiliates.