[mythtv-users] mysql help on debian Almost There!

Scott Martin smartin at steamvalve.com
Fri Dec 8 12:20:05 UTC 2006


Brad DerManouelian wrote:
> On Dec 6, 2006, at 6:30 PM, Scott Martin wrote:
>
>> This is what mybackend log is telling me:
>>
>> Access denied for user 'mythtv'@'localhost' (using password: YES)
>
> This means you are able to connect to the machine, but you haven't 
> given the user mythtv at localhost access.
> Use the mysql client and do this:
> mysql> grant all on mythconverg.* to mythtv@"localhost" identified by 
> "yourpassword"; 
>
> By the way, I gave this same advice a couple of days ago:
> http://www.gossamer-threads.com/lists/mythtv/users/239794
>

Hi Brad,

Think I am almost there, This is what I see now:

smartin at homebrewpvr:~$ mythbackend
2006-12-08 07:09:47.066 Using runtime prefix = /usr
2006-12-08 07:09:47.096 New DB connection, total: 1
2006-12-08 07:09:47.101 Connected to database 'mythconverg' at host: 
127.0.0.1
2006-12-08 07:09:47.105 Current Schema Version: 1160
Starting up as the master server.
2006-12-08 07:09:47.109 mythbackend: MythBackend started as master server
2006-12-08 07:09:47.113 New DB connection, total: 2
2006-12-08 07:09:47.113 Connected to database 'mythconverg' at host: 
127.0.0.1
2006-12-08 07:09:47.115 EITHelper: localtime offset -5:00:00
2006-12-08 07:09:47.119 TVRec(1) Error: Problem finding starting 
channel, setting to default of '3'.
2006-12-08 07:09:47.120 ChannelBase(1) Error: InitializeInputs():
                        Could not get inputs for the capturecard.
                        Perhaps you have forgotten to bind video
                        sources to your card's inputs?
2006-12-08 07:09:47.121 mythbackend: Problem with capture cards: Card 
1failed init
2006-12-08 07:09:57.118 mythbackend: Running housekeeping thread
2006-12-08 07:09:57.123 New DB connection, total: 3
2006-12-08 07:09:57.124 Connected to database 'mythconverg' at host: 
127.0.0.1

smartin at homebrewpvr:~$ netstat -an|grep 654
tcp        0      0 0.0.0.0:6543            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:6544            0.0.0.0:*               LISTEN

Thanks Again For All your Help!!!
Scott Martin


More information about the mythtv-users mailing list