i aint who you asked for but here is what is my mysqladmin program. its set up for local only but hopefully it helps you
Code:
#This File was made using the WinMySQLAdmin 1.4 Tool
#5/3/2008 8:05:05 PM
#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions
[mysqld]
basedir=C:/MySQL
bind-address=127.0.0.1
datadir=C:/MySQL/data
#language=C:/MySQL/share/your language directory
#slow query log#=
#tmpdir#=
port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/MYSQL/bin/mysqld-nt.exe
user=test
password=test
you should be able to copy and past that and change the necessary fields to make it work for you.