our approach
|
new tutorials
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Sort results
Right-click this link (Mac users, press the
CTRL
key while pressing the mouse button.):
new_us_presidents.sql
Save
new_us_presidents.sql
in your
home
directory on the computer:
Open a terminal window and type:
mysql -u root -p us_presidents < ./new_us_presidents.sql
then press
ENTER
.
This command string pipes the data from the file you just downloaded (
new_us_presidents.sql
) into the
database us_presidents
.
<< BACK
NEXT >>