How can a user get the current SQL version?
Answers were Sorted based on User's Feedback
The syntax for getting the current version of MySQL:
SELECT VERSION ();
Is This Answer Correct ? | 0 Yes | 0 No |
The syntax for getting the current version of MySQL:
SELECT VERSION ();
Is This Answer Correct ? | 0 Yes | 0 No |
How can I see all mysql databases?
Is mysql running ubuntu?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How to create a new table by selecting rows from another table in mysql?
What is a user defined variable?
How to display top 50 rows?
Does mysql need a server?
How do I change the max connection in mysql?
How many threads can mysql handle?
Does uninstalling mysql delete database?
What is the insert?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.