our approach
|
new tutorials
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Type:
SET PASSWORD FOR root@localhost=PASSWORD('textbook');
Then press
ENTER
.
The window should look like this:
This string of commands sets the password for the root user on the MySQL server to
textbook
.
<< BACK
NEXT >>