MySQL Import via SSH bei 1und1
Einen SQL-Dump via SSH importieren. Kein Problem! Aber bei 1und1 bedarf es etwas mehr…
Es muss der spezifische Host angegeben werden und der MySQL Sock.
Das Passwort sollte man natürlich nicht in die Query schreiben.
mysql --host=db123456.db.1and1.com --user=dbo123456 --password=123456 --default-character-set=utf8 -S /tmp/mysql5.sock db123456 < db123456.sql
Sorry, the comment form is closed at this time.