How can you find out the version of the installed mysql?



How can you find out the version of the installed mysql?..

Answer / hrindows@gmail.com

The version of the installed MySQL server can be found out easily by running the following command from the MySQL prompt. mysql> SHOW VARIABLES LIKE “%version%”;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I stop a mysql command?

0 Answers  


How can increase the performance of MySQL select query?

3 Answers   RV Technologies, Span Systems,


Is there a free mysql?

0 Answers  


Is microsoft sql same as mysql?

0 Answers  


What is the maximum length of a table name, a database name, or a field name in MySQL?

4 Answers  






Can we write procedure in mysql?

0 Answers  


Is there an object-oriented version of MySQL library functions?

1 Answers  


Is mysql and sql are same?

0 Answers  


What are the purposes of using enum and set data types?

0 Answers  


What is the data type for image?

0 Answers  


how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?

0 Answers  


What are the method you will follow while sql installing

0 Answers   Mind Tree,


Categories