|
|
How to view current user in Mysql? - Mysql
|
Views : 757
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
If you want to see in which username you are accessing the database then use the following,
> SELECT CURRENT_USER();
For example if you are accessing through root, it will display the current user as,
> root@localhost
|
|
By - Ramya, On - 2008-06-02 |
|
|
|