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 a select query?
What is difference between mysqli and pdo?
What is meant by mysqli?
What is orm in mysql?
What is use of mysql?
How many sql dml commands are supported by 'mysql'?
How to Join tables on common columns.
How do you rename a table in mysql?
How to use 'mysql' to run sql statements?
Does mysql automatically index foreign keys?
Explain triggers and stored procedures?
How to check if a record exists in a mysql database php?
What is a csv table?
Is Mysql query is case sensitive?
How do you shutdown a mysql database?