Find Mysql Version on Windows
To find the version of MYSql you are using on a windows machine (i assume it is the same on a linux box) Open up a command prompt type the following : mysql -u root -p
You will then be prompted for your mysql password.
Now type: status
1 Comment
Other Links to this Post
RSS feed for comments on this post. TrackBack URI


By Venky, March 5, 2012 @ 9:25 pm
it was helpful.. thank you..