MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Alter tables
Open a terminal window.
Type:
mysql -u root -p us_presidents
then press
ENTER
.
This command string establishes a connection to the MySQL server, specifically the database
us_presidents
.
At the
Password
prompt, type:
textbook
then press
ENTER
.
<< BACK
NEXT >>