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 longblob in mysql?
How to start mysql server?
How do I zip a file in mysql?
how to take mysql database backup?
How many ways we can retrieve the date in result set of mysql using php?
How do I run mysql without installing?
What is a heap table?
Where is the mysql data directory?
What is difference between mysql_connect and mysql_pconnect?
Consider you have the following three tables which have to be linked together.
What is delimiter in mysql stored procedure?
What is row?
What is the maximum connection pool size?
What are mysql functions?
What is table level locking in mysql?