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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of i-am-a-dummy flag in mysql?

766


Write a program using the select statement, while loop.

691


What are the advantages of myisam over innodb?

762


What is unique key in mysql?

719


What is indexing in mysql?

671


What is int unsigned?

705


What is difference between group by and order by clause?

753


What are the advantages of mysql?

749


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

668


What language is used in mysql?

712


Write a query to fetch common records between two tables using mysql?

793


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

1001


Difference between CHAR and VARCHAR?

802


What is difference between mysql_connect and mysql_pconnect?

763


How To see all the tables from a database of mysql server.

804