Ci sono funzioni MySQL che puoi usare. Come questo che risolve l'utente:
SELECT USER();
Questo restituirà qualcosa come [email protected]
quindi ottieni l'host e l'utente.
Per ottenere il database corrente esegui questa istruzione:
SELECT DATABASE();
Altre utili funzioni possono essere trovate qui:http://dev .mysql.com/doc/refman/5.0/en/information-functions.html