From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 14:20:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6399037B404 for ; Sun, 13 Jul 2003 14:20:02 -0700 (PDT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.92.226.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6069B43FAF for ; Sun, 13 Jul 2003 14:20:01 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-169-89-160.twcny.rr.com [24.169.89.160]) h6DLK0s4007386 for ; Sun, 13 Jul 2003 17:20:00 -0400 (EDT) Message-ID: <3F11CD00.9060105@twcny.rr.com> Date: Sun, 13 Jul 2003 17:20:00 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem setting up mysql323-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 21:20:02 -0000 Hi. Please CC me. I subscribe to the digest which makes replying harder. TIA. I would like to get bugzilla running on my home network for a couple of reasons: 1) I have had a number of learnings from getting my network running that I keep having to relearn because I forget or lose/recycle the paper my notes are on. 2) It lets me get into a couple of areas that I have not played with before (Apache2 setup and mysql.) 3) OK. Maybe they are not the best reasons but they work for me. :-) I had messed up the installation of mysql and bugzilla to the point I make deinstalled them and blew the /var/db/mysql directory away so I could start over again, Make and make install appear to have worked correctly. When I follow the instructions to setup mysql I get the following: Atlas# /usr/local/bin/mysqladmin -u root password 'my new password' Atlas# /usr/local/bin/mysqladmin -u root -h Atlas password 'my new password' /usr/local/bin/mysqladmin: connect to server at 'Atlas' failed error: 'Host 'Atlas.Tom.Parquette.name' is not allowed to connect to this MySQL server' any ideas? Thanks...