MySQL Forums
Forum List  »  Oracle

Re: How can I get the whoami into a query using DBI
Posted by: Josh Chamas
Date: September 26, 2004 07:53AM


If you were using MySQL, you could get the existing user account with a query like

select USER();

however, this would not be the current unix account user name, but the user account used to login to MySQL Server.

Regards,

Josh

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can I get the whoami into a query using DBI
7311
September 26, 2004 07:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.