Database Restore From Backup
Hello,
I am getting this error, If i want upload my one database. Please let me know how to fix?
---------------------------------------------
login as: root
root@194.145.208.207's password:
Last login: Sat Feb 28 19:26:23 2015 from 151.55.69.64
root@la [~]# mysql -u user_name -p -h localhost user_database < /home/user/www/restore/user_database.sql.gz
Enter password:
'.ROR at line 1: Unknown command '\
root@na [~]#
--------------------------------------------------
-
Hello, Can you please give a try now with the following commands and let me know. gunzip /home/user/www/restore/user_database.sql.gz mysql -u user_name -p -h localhost user_database < /home/user/www/restore/user_database.sql0 -
Yes, Its working now. Thanks 0 -
Hello :) I am happy to see you were able to import the database successfully. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments