chevron_left
Database Cookbook
0
0
0
new
Showing current database
Database
chevron_rightMySQL
chevron_rightCookbooks
chevron_rightDatabase Cookbook
schedule Mar 9, 2022
Last updated MySQL
Tags tocTable of Contents
expand_more You can check the current database by running the below command:
SELECT DATABASE();
+------------+| DATABASE() |+------------+| tutorial |+------------+
Here, I am currently using the database named tutorial
.
Published by Arthur Yanagisawa
Edited by 0 others
Did you find this page useful?
Ask a question or leave a feedback...