Okay I see a couple of problems.
1. You have a space between -p and the password. Get rid of it.
2. You aren't providing any command for mysqladmin to run. The syntax should be
Quote:
mysqladmin -u root -p12345 ping
|
Of course, you'd use whatever command you wanted to run; not necessarily ping.