Is there a way to retrieve a mysql username through the direct use of PHP?
The info is typically available in the "user" table of the "mysql" database.
The query: SELECT user( );
returns the name of the MySQL user, like root@localhost