Reputation: 49
I'm new to mysql. I've been trying to restore a database from a backup file. I'm stuck where it's shown on the picture attached. What am I doing wrong?
Upvotes: 0
Views: 571
Reputation: 14736
Your are already at the mysql prompt rather than shell prompt.
At the MariaDB [(none]>
prompt:
use database;
source C:\\db.sql
Upvotes: 1