MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Delete tables
Type:
mysql -u root -p us_presidents
then press
ENTER
.
At the
Password
prompt, type:
textbook
then press
ENTER
.
The window should look like this:
You're now logged into the MySQL server with the root user account and password.
You're using the
us_presidents
database.
<< BACK
NEXT >>