0

Mysql : How to know current database name in mysql

hello in mysql shell how to check current working database..

MySQL Add a comment
dennaia
asked Oct 05 2017

Answer

0

you may try using status or select database(); on your mysql terminal...

Add a comment
arunkumarak
asked Oct 05 2017
edited Oct 05 2018
Post your Answer