our approach
|
new tutorials
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Type your MySQL root password (
textbook
) then press
ENTER
to execute the command string.
Type:
mysql -u root -p us_presidents
then press
ENTER
.
Type your MySQL root password, then press
ENTER
.
This will connect you to the
us_presidents
database on the MySQL server.
<< BACK
NEXT >>