Tip: How To Find MySQL Version

Tip: How To Find MySQL Version

Note: This article will be emailed to your friend.

Try:
mysql -e status|grep ‘Server version’
If that doesn’t work then use:
mysql -u root -p -e status|grep ‘Server version’
Provide root password when prompted. Default root password for MySQL is empty string, so just pressing enter when prompted for password will suffice by default.

Windows users should simply run:
mysql -e status
or the equivalent with login specified and then look [...]

Read the rest of this article (75 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro