Ich möchte einen DatenbankBackup von 250mb in eine Datenbank importieren...
das problem ist der limit ist 3mb da will ich ja auch nichts dran rütteln...
Ich benutze diesen befehl per SSH:
Code: Select all
mysql -uroot -p antrix < /home/wowwin/antrixdevelop.sql
Enter password:xxxxxx
Code: Select all
ERROR at line 3: Failed to open file 'Host: localhost', error: 2
mfg Neo