These are the exact error messages I get as in SSH from the copy and paste method:
bash-2.05a$ mysql -u ds1 -p ds1_vbulletin < public_html/forums/admin/backup/vbulletin.11.15.sql
Enter password:
bash-2.05a$ mysql -u ds1 -p ds1_vbulletin < public_html/forums/admin/backup/vbulletin.11.15.sql
Enter password:
bash-2.05a$ mysql -u ds1 -p vbulletin < /public_html/forums/admin/backup/vbulletin.11.15.sql
bash: /public_html/forums/admin/backup/vbulletin.11.15.sql: No such file or directory
bash-2.05a$ mysql -u ds1 -p ds1_vbulletin < public_html/forums/admin/backup/vbulletin.11.15.sql
Enter password:
bash-2.05a$
|