J
J
jugger12020-09-02 20:41:39
MySQL
jugger1, 2020-09-02 20:41:39

How to download a large database in CSV from a server via SSH?

I tried to download via mysqldump, but there the file is downloaded in sql format and I don't know how to convert it to csv

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
planc, 2020-09-02
@jugger1

1) go to the server, archive the file:
gzip файл.csv
2) download using scp
scp ип_сервера:/путь/до/файла.csv.gz

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question