I
I
Ivan Ivanov2016-05-30 21:09:25
MySQL
Ivan Ivanov, 2016-05-30 21:09:25

How to upload mysql backup of a large table?

Debian server, running putty on windows and running
zcat /table.sql.gz | mysql -u user -ppassword db I
close putty and restoring the table from backup stops. How to be? Tried to add in the beginning and
screen -dm and
nohup
does not help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2016-05-30
@romalu

Do tmux. Next, run your command. Then ctrl+b, d. And close putty.

V
Vlad Zhivotnev, 2016-05-31
@inkvizitor68sl

Для уже запущенного процесса:
ctrl-z
bg
disown
Потом консоль можно спокойно закрывать.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question