Aug 23, 2014 | PHP/MySQL Database
In a few circumstance, customers may be using a Remote MySQL database (for legacy support or other reason). Customer may login to (remote) phpMyAdmin, Issue the following SQL to get the current logged-in username – SELECT CURRENT_USER(); Issue the following SQL...