epamuk Posted January 4, 2009 Share Posted January 4, 2009 Hi, I installed mysql as default in the RedHat EL 5,2. I want to see this mysql version. How can i see mysql version in RHEL 5,2. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/139455-how-can-i-see-mysql-version/ Share on other sites More sharing options...
corbin Posted January 4, 2009 Share Posted January 4, 2009 When ever you connect to MySQL with the MySQL cmd line (mysql.exe or mysql), it tells you, but there is probably also some query. Quote Link to comment https://forums.phpfreaks.com/topic/139455-how-can-i-see-mysql-version/#findComment-729504 Share on other sites More sharing options...
epamuk Posted January 4, 2009 Author Share Posted January 4, 2009 Hi corbin, I dont know mysql. Therefore I think I could not login mysql. I want to only know version of mysql. Dou you have a simple way for know version of mysql? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/139455-how-can-i-see-mysql-version/#findComment-729509 Share on other sites More sharing options...
trq Posted January 5, 2009 Share Posted January 5, 2009 As with most command on Linux the --version option will tell you what version you are running. To answer all your questions (since you seem to be asking the same question about the entire stack) here, open a terminal and type (hitting enter after each line). php --version apache --version mysql --version Quote Link to comment https://forums.phpfreaks.com/topic/139455-how-can-i-see-mysql-version/#findComment-729720 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.