2/19/2016

MySQL: Show current user

To determine or display the currently logged in MySQL user type:

SELECT USER();

or 

SELECT CURRENT_USER();

No comments :

Post a Comment