#3236 closed task (invalid)
Mysql instructions
Reported by: | thomas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
shouldn't
mysqladmin -p shutdown
read as
mysqladmin -p<new-password> shutdown
AFAIK -p is for specifying the password we just set in the previous command ?
Note:
See TracTickets
for help on using tickets.
The -p says to use a password. It will prompt for it. The other construct is -ppasswod (no space), but generally you don't want to do that unless you are scripting.