mysqldump Remote Database to Local OneJune 11, 2017December 20, 2022Remote to Local For migrating a remote database, you can dump and pipe the whole database from remote server to local server via ssh tunnel… Read More »mysqldump Remote Database to Local One
How To Make PHP Mail Work on LinuxJanuary 8, 2014November 30, 2022In WAMP, you can setup an external SMTP server for PHP to send mail, but in LAMP, it's not the same story. You have to… Read More »How To Make PHP Mail Work on Linux