MySQL Forums
Forum List  »  MySQL Administrator

Re: Mysql Administrator error "Could not find settings"
Posted by: Colin Hume
Date: April 22, 2008 03:16PM

> Is there a sample .ini file anywhere? Maybe I am missing something from it.

In the mysql folder you should find a series of sample .ini files e.g. my-small.ini, my-large.ini, my-huge.ini etc.

It might be worth reducing your my.ini to a minimum, i.e.

[client]
port=3306

[mysqld]
port=3306
basedir="C:/mysql/"
datadir="C:/mysql/data/"

and see if that makes any difference.

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql Administrator error "Could not find settings"
April 22, 2008 03:16PM


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.