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
What is the use of i-am-a-dummy flag in mysql?
Write a program using the select statement, while loop.
What are the advantages of myisam over innodb?
What is unique key in mysql?
What is indexing in mysql?
What is int unsigned?
What is difference between group by and order by clause?
What are the advantages of mysql?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
What language is used in mysql?
Write a query to fetch common records between two tables using mysql?
How can you find out the version of the installed mysql?
Difference between CHAR and VARCHAR?
What is difference between mysql_connect and mysql_pconnect?
How To see all the tables from a database of mysql server.