You can sort this quite easily by locating the my.ini file that is created by the winmysqladmin tool.
Goto your Windows directory (c:\windows or c:\winnt) and open the my.ini file. In there you should have something similar to the following:
#This File was made using the WinMySQLAdmin 1.4 Tool
#03/12/2002 19:01:26
#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions
[mysqld]
basedir=C:/mysql
#bind-address=192.168.0.7
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=***********
password=***********
Change the above two values to whatever you'd like to use and you should be good to go.
Hope that helps!
InKy
|