MySQL Forums
Forum List  »  MySQL Administrator

Re: Mysql Administrator error "Could not find settings"
Posted by: Kevin R
Date: March 22, 2008 06:42AM

My MySQL service is:
"C:\mysql\bin\mysqld-nt" --defaults-file="C:\WINDOWS\my.ini" "MySQL"

But my my.ini file only had 1 line in it. So I put this one together but I still get the error message?

[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe

[client]
host=localhost
port=3306
user=XXX
password=XXX

[mysqld]
basedir=c:/mysql
bind-address=127.0.0.1
datadir=c:/mysql/data
log-error=mysql.err

I am running Windows Server 2003. I'm on the latest GUI admin tools and latest MySQL.

Thanks, Kevin

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql Administrator error "Could not find settings"
March 22, 2008 06:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.