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...
May 27, 2014 | DirectAdmin Control Panel, Web Application, Web Hosting, Website Builder
In general, you may import database backup via phpMyAdmin. However, in a rare circumstance, your database backup is large, and cannot import via phpMyAdmin. If so, you may use the following way to import it. Upload your MySQL dump output file onto the server Create a...