Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2005 15:15:27 +0200
From:      Nelis Lamprecht <nlamprecht@gmail.com>
To:        vladone <vladone@spaingsm.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: i can't connect remote to my mysql server
Message-ID:  <7cbadc87050818061574cab72b@mail.gmail.com>
In-Reply-To: <571953085.20050818135236@spaingsm.com>
References:  <571953085.20050818135236@spaingsm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/18/05, vladone <vladone@spaingsm.com> wrote:
> I have instaled mysql server succcesfull and started. I set root
> password, i can login to my server from console but i can't login
> remote (i use Mysql Control Center for win, for quickly management).
> I receive this error: "host 192.168.100.4 is not allowed to connect to
> this Mysql server"
> I dont know why, server is up and running.

>=20
> Another question is about config files. I dont know where is config
> file for mysql on freebsd. In linux exist mysql.cnf but here ... i
> dont see anything.
>=20

Sample config files can be found in /usr/local/share/mysql. MySQL will
run fine with it's default settings but depending on your requirements
you may need to change them. You can copy one of the suitable sample
files to /var/db/mysql/my.cnf and change it according to your
requirements. You might also want to look at the phpMyAdmin port
/usr/ports/databases/phpmyadmin for a web gui front-end to MySQL where
you can add users and assign permissions with a click of a button.
Otherwise you'll have to do it manually as a previous post mentioned.

Cheers,
Nelis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cbadc87050818061574cab72b>