Mysql Database
Sangeethat (Talk | contribs) |
Sangeethat (Talk | contribs) |
||
Line 8: | Line 8: | ||
To set the root password, run the following command from your shell prompt | To set the root password, run the following command from your shell prompt | ||
# mysqladmin -u root password "secret" | # mysqladmin -u root password "secret" | ||
- | + | replace secret with the password you want. | |
- | + | ||
Now you can access mysql by running | Now you can access mysql by running |