On Fri, Jun 8, 2012 at 3:39 PM, Martin Gicheru
<martin@techweez.com> wrote:
Hallo guys, I have a domain that went out of reach and into recovery due to a client failing to pay in time. I have considered getting a new domain when they finally paid. Problem is, I cannot access phpmyadmin via cPanel, anyone know how I can get the database?
If you have SSH access to the host, and you know the database login credentials, just ssh into the machine and dump your database to a file, then ship it away.
mysqldump -uDNUSERNAME -pDBPASS mydatabase > DBNAME.sql
You can then keep DBNAME.sql for the future.