reveloution i need ur help

05/20/2008 11:22 ahmedpotop#1
look i made a srvr on my router ip bec i couldnt put my ip in ur mysqlqinmysqldamin bec i cant find my.ini file in my c or e or d windows help plzzzzzzz
:confused:
05/20/2008 11:25 ahmedpotop#2
sorry but i just found it and deleted it
:D
05/20/2008 11:28 ahmedpotop#3
when i open mysqldamin it create my.ini file again what can i do any 1 help:confused:
05/20/2008 13:13 PsykoChyld#4
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.
05/20/2008 21:56 revolution263#5
Well if your going by my pserver post you will need to open mysqladmin.exe and go to the my.ini tab.
Then put this in there


#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= <<<----------------YOUR ROUTER IP ADDRESS HERE
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=root
password=test

THEN MAKE SURE YOU SAVE YOUR MODIFICATION!!!!


Then this should solve your problem, and thanks PsycoChyld for the help aswell.... ^^