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 language is mysql written in?
using primary can we relate two table, with out foreign key?
What do you understand by mysql terminal?
What is mysql procedure?
How do I show users in mysql?
What is bigint in mysql?
What is the difference between timestamp and datetime in mysql?
What is a session in mysql?
Is mysql distributed?
What are the differences between char and varchar?
How does select query work?
What is mysql command line?
Consider you have the following three tables which have to be linked together.
What is the data type for file in mysql?
What are procedures in mysql?