public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI])
Date: Sun, 8 Jan 2006 14:40:56 -0800	[thread overview]
Message-ID: <5bdc1c8b0601081440n4dbaeaaexa5a32d4b14f78f23@mail.gmail.com> (raw)
In-Reply-To: <1136758818.9839.46.camel@camille.espersunited.com>

>
> OK.  I went to my terminal on catherine and put in the line you
> suggested.  Here's the output:
>
> catherine ~ # mysql -u mythtv -h 192.168.1.3 -p mythconverg
> Enter password:
> ERROR 1130 (00000): Host 'catherine.espersunited.com' is not allowed to
> connect to this MySQL server

This suggests that the mythconverge database hasn't been properly
modified with the GRANT ALL  command we talked about earlier.

One other possibility I found from rereading somuch of the painful
thread I created 9 months ago was that I did have to restart mysql
after doing the GRANT commands. DId you do that on the backend
machine?

/etc/init.d/mysql restart

>
> However, when I try it on camille it doesn't work either, unless I
> remove the host entry:
>
> michael@camille ~ $ mysql -u mythtv -h 192.168.1.3 -p mythconverg

Would it allow

mysql -u mythtv -h localhost -p mythconverg


> Enter password:
> ERROR 1130 (00000): Host 'camille.espersunited.com' is not allowed to
> connect to this MySQL server

Ah....one other possibility I remember running into was that
camille.espersunited.com is NOT the same as camille. mysql was VERY
picky about names in my hosts file, etc.


> michael@camille ~ $ mysql -u mythtv -p mythconverg

Yes, this command does not attempt to bind over the network. (I
think....don't trust me!!)


> The correct address IS in my.cnf:
>
> michael@camille ~ $ cat /etc/mysql/my.cnf | grep 'bind-address'
> bind-address                            = 192.168.1.3
> michael@camille ~ $ cat /etc/mysql/my.cnf | grep 'port'
> port                                            = 3306
> [mysqlimport]
> port                                            = 3306
>
> So why can't I connect with the IP address?  Mythsetup already has
> 192.168.1.3 as the address of the backend server...
>

This is so similar to what I stuggled with for weeks. I think you're
very close if we can just find the trick. Definately try restarting at
least mysql and also mythbackend:

/etc/init.d/mythbackend stop
/etc/init.d/mythbackend status
/etc/init'd/mysql restart
/etc/init.d/mythbackend start
/etc/init.d/mythbackend status

Don't totally trust the Gentoo scripts to do this right. They may work
or they may not. I remember last year having some troubles with the
scripts and getting better results being very specific about what I
wanted to happen.

- Mark

-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-01-08 22:45 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-29 17:53 [gentoo-user] OT - Need MythTV setup help (resend) Michael Sullivan
2005-12-30  1:06 ` [gentoo-user] " Michael Sullivan
2005-12-30 22:08   ` Michael Sullivan
2005-12-31  3:30     ` Bob Sanders
2005-12-31  6:40       ` Michael Sullivan
2005-12-31 17:18         ` Bob Sanders
2006-01-01 22:30           ` Michael Sullivan
2006-01-01 22:47             ` Michael Sullivan
2006-01-01 22:57               ` Michael Sullivan
2006-01-02  1:47                 ` Bob Sanders
2006-01-02  3:20                   ` Bob Sanders
2006-01-02  3:27                     ` Michael Sullivan
2006-01-02  5:05                       ` Michael Sullivan
2006-01-02  5:15                     ` Michael Sullivan
2006-01-02  5:21                       ` Michael Sullivan
2006-01-08  0:42                     ` Michael Sullivan
2006-01-08  3:50                       ` Bob Sanders
2006-01-08  4:35                         ` Michael Sullivan
2006-01-08  5:17                         ` Michael Sullivan
2006-01-08 16:50                           ` Bob Sanders
2006-01-08 17:32                             ` Mark Knecht
2006-01-08 17:53                               ` Michael Sullivan
2006-01-08 18:18                                 ` Mark Knecht
2006-01-08 18:31                                   ` Michael Sullivan
2006-01-08 18:37                                   ` Michael Sullivan
2006-01-08 18:58                                     ` Mark Knecht
2006-01-08 19:10                                   ` OT - Need help with mythfronted GUI (WAS[Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)]) Michael Sullivan
2006-01-08 19:22                                     ` Mark Knecht
2006-01-08 19:36                                       ` Michael Sullivan
2006-01-08 19:41                                         ` Michael Sullivan
2006-01-08 20:28                                           ` [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI]) Michael Sullivan
2006-01-08 20:46                                             ` Mark Knecht
2006-01-08 21:13                                               ` Michael Sullivan
2006-01-08 21:54                                                 ` Mark Knecht
2006-01-08 21:58                                                   ` Mark Knecht
2006-01-08 22:21                                                     ` Michael Sullivan
2006-01-08 22:20                                                   ` Michael Sullivan
2006-01-08 22:40                                                     ` Mark Knecht [this message]
2006-01-08 23:20                                                       ` [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI]) [SOLVED] Michael Sullivan
2006-01-08 23:58                                                         ` Mark Knecht
2006-01-08 20:19                                         ` OT - Need help with mythfronted GUI (WAS[Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)]) Mark Knecht
2006-01-08 20:25                                           ` Mark Knecht
2006-01-08 17:57                             ` [gentoo-user] Re: OT - Need MythTV setup help (resend) Michael Sullivan
2006-01-08 21:04                             ` Bob Sanders
2006-01-08 21:18                               ` Michael Sullivan
2006-01-08 22:49                                 ` John Myers
2006-01-09  0:31                                   ` Mark Knecht
2006-01-02 17:21                   ` GARTInit: WAS (Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)) Michael Sullivan
2006-01-02 20:17                     ` Rumen Yotov
2006-01-02 18:30                       ` Michael Sullivan
2006-01-02 21:01                         ` Rumen Yotov
2006-01-02 19:12                           ` Ted Ozolins
2006-01-02 19:22                             ` Michael Sullivan
2006-01-02 21:55                               ` Ted Ozolins
2006-01-02 19:21                           ` Michael Sullivan
2006-01-02 21:55                             ` Rumen Yotov
2006-01-02 21:29                               ` Michael Sullivan
2006-01-03  6:53                                 ` Rumen Yotov
2006-01-03 16:05                                   ` Michael Sullivan
2006-01-03 18:23                                     ` Rumen Yotov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5bdc1c8b0601081440n4dbaeaaexa5a32d4b14f78f23@mail.gmail.com \
    --to=markknecht@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox