alien250
alien250

Reputation: 49

Restore Database Stuck

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?

enter image description here

Upvotes: 0

Views: 571

Answers (1)

danblack
danblack

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

Related Questions