Chapter 19 Application Flashcards

1
Q

Change to a directory with the mysqldump utility (or set a path)

cd e:\xampp\mysql\bin

A

mysqldump -u root -p csci>e:csci.sql

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Restore(to copy a file of sql commands and data into the csci database):
E:\xampp\mysql\bin> mysql -u root -p csci < e:\csci.sql

A

mysql -u root -p csci

How well did you know this?
1
Not at all
2
3
4
5
Perfectly