On 4/25/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> Mark Knecht ([EMAIL PROTECTED]) scribbled:

> 
> > dragonfly ~ # mysql -h 192.168.10.55 -u root -p mythconverg
> > Enter password:
> > ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: 
> > YES)
> > dragonfly ~ #
> 
> This looks to be a username formatting issue.  The user in mysql is
> 'root', not '[EMAIL PROTECTED]'... Could be wrong though.

Jason,
   Just this second I figured it out. It won't let root log in over
the net, but it does allow mythtv to log in:

dragonfly ~ # mysql -h 192.168.10.55 -u root -p mythconverg
Enter password:
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
dragonfly ~ # mysql -h 192.168.10.55 -u mythtv -p mythconverg
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 86 to server version: 4.0.24

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> quit

flash ~ $ mysql -h 192.168.10.55 -u root -p mythconverg
Enter password:
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
flash ~ $ mysql -h 192.168.10.55 -u mythtv -p mythconverg
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 90 to server version: 4.0.24

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> quit
Bye
flash ~ $

So it's true for both sitting on dragonfly (the backend machine) or
sitting remotely on flash. (my laptop)

Now I've tried it in mythfrontend from my laptop and I get much
further but I cannot seem to get completely hooked up. I'll have to
check the local and remote configurations carefully one more time...

flash ~ $ mythfrontend
2005-04-25 17:16:03.961 New DB connection, total: 1
Total desktop width=1280, height=800, numscreens=1
2005-04-25 17:16:03.982 Using screen 0, 1280x800 at 0,0
2005-04-25 17:16:04.011 mythfrontend version: 0.18.20050409-1 www.mythtv.org
2005-04-25 17:16:04.011 Enabled verbose msgs : important general
2005-04-25 17:16:04.945 Switching to square mode (blue)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-04-25 17:16:05.672 Registering Internal as a media playback plugin.
2005-04-25 17:16:05.706 Registering MythDVD DVD Media Handler as a
media handler2005-04-25 17:16:05.710 Registering MythDVD VCD Media
Handler as a media handler2005-04-25 17:16:07.022 Registering
MythMusic Media Handler as a media handler
2005-04-25 17:16:18.816 Connecting to backend server:
192.168.10.55:6543 (try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
error querying master in ProgramList::FromScheduler
2005-04-25 17:16:46.272 Connecting to backend server:
192.168.10.55:6543 (try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
2005-04-25 17:16:53.872 Connecting to backend server:
192.168.10.55:6543 (try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
flash ~ $

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list

Reply via email to