How to Check MySQL Version on Command Line
You can check for your version of MySQL on the command line with the following: # mysql –version or # mysql -V I tried to search checking mysql version on the command line a couple times without success, so it’s … Read More