I need to check the version of my MySQL server. I read about the mysqladmin comand VERSION - but I can't seem to run mysqladmin without errors
I tried:
mysqladmin -u root -p password version
and
mysqladmin -u root -p
But I can't get anything to work. Any tips on proper syntax to run mysqladmin and check the version?
Thanks!