[mythtv-commits] Ticket #12844: Access denied for user 'mythtv'@'localhost'

MythTV noreply at mythtv.org
Wed Aug 3 12:33:32 UTC 2016


#12844: Access denied for user 'mythtv'@'localhost'
----------------------------------+-----------------------------
 Reporter:  jbeck2@…              |          Owner:
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:  Invalid
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by natanojl):

 * priority:  blocker => minor
 * status:  new => closed
 * resolution:   => Invalid
 * severity:  high => medium


Comment:

 The error indicates that MySQL does not accept the credentials provided.
 The following command should fail in the same way:
 {{{
 mysql -umythtv -pWA764MyE -hlocalhost mythconverg
 }}}

 You can try with 192.168.1.80 instead of localhost to see if that works.

 Configuration of the MySQL server is however not MythTV's responsibility.
 If you installed from source it is up to you to configure MySQL, see
 [[https://www.mythtv.org/wiki/Build_from_Source | Build from Source]].  If
 MythTV was installed from packages provided by your distribution you might
 seek support from them, they might have special commands to reconfigure
 MySQL.

 Should you want to try to change the password yourself, the following
 should work:
 {{{
 mysql -u root -p mysql
 mysql> UPDATE user SET Password=PASSWORD('WA764MyE') WHERE user='mythtv';
 mysql> FLUSH PRIVILEGES;
 mysql> quit
 }}}

 Since this issue does not seem to stem from a fault in MythTV, I will
 close this ticket.  If you have some information that strongly suggests
 otherwise, you are welcome to reopen the ticket.

 Should you open a new ticket in the future, please read the
 [[https://code.mythtv.org/trac/wiki/TicketHowTo | TicketHowTo]].  You did
 not specify the MythTV version and changed the severity and priority.
 Note also that saying that you tried 'several listed ways' to fix it is
 not very helpful without stating which those ways were.

 For further assistance please use the
 [[http://www.mythtv.org/mailman/listinfo/mythtv-users/ | mailing list]],
 [[irc://irc.freenode.net/mythtv-users | IRC]], or the
 [[https://forum.mythtv.org/ | forum]].

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12844#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list