Posted on 12-14-2012 09:36 AM
We have a Mac computer as our JSS server. We need to upgrade to JSS 8.62 and from what we've read we need MySQL 5.5 installed. How do you tell what your current MySQL version is?
Posted on 12-14-2012 09:54 AM
found it. sudo mysql and it says "server version 5.5.16 MySQL Community Server
Posted on 03-27-2013 09:21 AM
For 10.6.x : use terminal, type /usr/bin/mysql -V
For 10.7.x and later : use terminal, type /usr/local/mysql/bin/mysql -V
Posted on 05-17-2013 02:55 PM
Windows method: cmd /C mysql --user=username --password=password -V
where username is account with rights to query mysql and password equals password
Posted on 05-17-2013 02:55 PM
Windows method: cmd /C mysql --user=username --password=password -V
where username is account with rights to query mysql and password equals password