Re: [mythtv-users] mac osx frontend and mysql

2005-10-28 Thread Paul McKellar
on my master server. mysql> select * from settings where data = "localhost"; Empty set (0.04 sec) mysql> select * from settings where data = "192.168.1.4"; +-+-+--+ | value | data| hostname | +-+-+--+ | Mast

Fwd: [mythtv-users] mac osx frontend and mysql

2005-10-28 Thread Paul McKellar
the only one that existed was my ~/.mythtv/mysql.txt and it was right, which is why it can now connect to mysql. but not the back end. it still tries to connect to backend on localhost. i tried deleting hte mysql.txt file and that works at getting me back to a point where i can resetup the mysql

Re: [mythtv-users] mac osx frontend and mysql

2005-10-28 Thread Roald
On 10/27/05, Paul McKellar <[EMAIL PROTECTED]> wrote: do i need to install mysql on my mac before i can use the frontend?  iget this message2005-10-26 22:29: 39.934 Database not open while trying to save setting: Language2005-10-26 22:29:39.936 Unable to connect to database!2005-10-26 22:29:39.936

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
(to all those who don't have threaded emails. sorry for the flood) here is some proof: | MasterServerIP | 192.168.1.4 | tvbox| | MasterServerPort| 6543

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
the right values are in mysql. but not used on the mac. On 10/28/05, Paul McKellar <[EMAIL PROTECTED]> wrote: > i just did mythtv-setup > , problem still exists. maybe if i reboot magic will happen and some > settings will be flushed out. > > Paul > > On 10/28/05, Paul McKellar <[EMAIL PROTECTED]

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
i just did mythtv-setup , problem still exists. maybe if i reboot magic will happen and some settings will be flushed out. Paul On 10/28/05, Paul McKellar <[EMAIL PROTECTED]> wrote: > it is still trying to connect to the backend on localhost. not > 192.168.1.4 as i wished > > On 10/27/05, Paul

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
it is still trying to connect to the backend on localhost. not 192.168.1.4 as i wished On 10/27/05, Paul McKellar <[EMAIL PROTECTED]> wrote: > i'm going to assume this is an ip thing? i don't know knoppmyth > otherwise it would be easy. gentoo used to be my thing. > > On 10/27/05, Paul McKellar

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Todd Houle
Run mythtv-setup on the server. There's two places under General that you need to put in the IP address of your backend. Make sure you are using a real IP address (on your internal network I assume) and not a local loopback address of localhost or 127.0.0.1. I don't know Knoppmyth either

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
i'm going to assume this is an ip thing? i don't know knoppmyth otherwise it would be easy. gentoo used to be my thing. On 10/27/05, Paul McKellar <[EMAIL PROTECTED]> wrote: > thanks, that my.cnf thing rung a bell. i only did that on the last > knoppmyth installation > > i'm up to this step > >

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
thanks, that my.cnf thing rung a bell. i only did that on the last knoppmyth installation i'm up to this step 2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a media handler 2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543 (try 1 of 5) Connection timed out. Y

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Todd Houle
You need to give access on your backend Mysql database to your Mac (or any other frontend). My internet connection is down right now so I can't look it up, but check out Tips-n-Tricks under Jarrod's web page. It has something about mysql access.mysqladmin grant user mythtv *.% on myth

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Bryan Halter
Did you check in the my.cnf on your backend that mysql is not only bound to 127.0.0.1? Paul McKellar wrote: i ran the various lines in the documentation, unless knoppmyth does its own thing, because i can't remember if it said "1 lines altered" or 0 lines altered. i seem to remember it sa

Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
i ran the various lines in the documentation, unless knoppmyth does its own thing, because i can't remember if it said "1 lines altered" or 0 lines altered. i seem to remember it saying 0 and then, being like "well that must not be the problem" but if the identified phrase to specify which lines

Re: [mythtv-users] mac osx frontend and mysql

2005-10-26 Thread Chris Ribe
No, you do not need to install MySQL on the Mac to get the frontend working.  It has been almost a year since I have run a frontend on OSX so I don't remember all of the details, but installing MySQL wasn't one of them.  The database runs on the backend, the frontend software knows how to talk to

[mythtv-users] mac osx frontend and mysql

2005-10-26 Thread Paul McKellar
do i need to install mysql on my mac before i can use the frontend? i get this message 2005-10-26 22:29:39.934 Database not open while trying to save setting: Language 2005-10-26 22:29:39.936 Unable to connect to database! 2005-10-26 22:29:39.936 Driver error was [1/2003]: QMYSQL3: Unable to conn