our approach
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Create a new database
At the
mysql>
prompt, type:
CREATE DATABASE us_presidents;
Then press
ENTER
.
The window should look like this:
<< BACK
NEXT >>