hi there im trying to restore a backup of my database i am using the command mysql -u(username) -p(password) (database name) < dump.sql (the backup is in the root dir)
and I am getting the error:
ERROR 1050 at line 11: table 'access' already exists
I know its prolly summet silly im missin along the lines, it always is
hope u can help
and I am getting the error:
ERROR 1050 at line 11: table 'access' already exists
I know its prolly summet silly im missin along the lines, it always is

hope u can help
Comment