Answer the question
In order to leave comments, you need to log in
How to download a database with SSH access?
See if you can access files with SHH..
WP sites..
Need to transfer them to another hosting...
How can I download the database?
define('DB_HOST', 'localhost:');
Answer the question
In order to leave comments, you need to log in
Well, something like this (run locally):
ssh [email protected] "mysqldump -u USER -pPASSWORD DATABASE" >> local_dump.sql
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question