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
Explain triggers and stored procedures?
What is database engine in mysql?
Is mysql a framework?
what is a cursor? : Mysql dba
How to create a test table in your mysql server?
How to make a column bigger and delete unique from table.
What is a trigger? How you can create a trigger in mysql?
Is mysql a nosql database?
How many columns can you create for an index?
How does mysql clustering work?
What is database url for mysql?
How many rows can mysql handle?
What is mysql in dbms?
What is strict mode in mysql?
Is sql similar to mysql?