Mysql dba tips and tricks
High Performance MySQL: Optimization, Backups, Replication, and More
Wednesday, 13 April 2016
Using SELECT statement find the version of the server you are running and print the name of the current database
The below MySQL command will show server version and currently selected Database.
mysql> SELECT VERSION(), DATABASE();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment