[mythtv-commits] Ticket #11176: Access denied for user 'mythtv'@'localhost' (using password: YES)

MythTV noreply at mythtv.org
Wed Oct 17 06:18:38 UTC 2012


#11176: Access denied for user 'mythtv'@'localhost' (using password: YES)
----------------------------------+-------------------------
 Reporter:  jaimecoll_6@…         |          Owner:
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.25.2
 Severity:  medium                |     Resolution:  Invalid
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by jaimecoll_6@…):

 I solved the problem by doing the following:
 1.Download MythTV open source.
 2.Open the database folder: mc.sql a file. Open it and found this:
 CREATE DATABASE IF NOT EXISTS mythconverg;
 GRANT ALL ON mythconverg. * TO mythtv @ localhost IDENTIFIED BY "mythtv";
 FLUSH PRIVILEGES;
 GRANT CREATE TEMPORARY TABLES ON mythconverg. * TO mythtv @ localhost
 IDENTIFIED BY "mythtv";
 FLUSH PRIVILEGES;
 ALTER DATABASE mythconverg DEFAULT CHARACTER SET utf8 COLLATE
 utf8_general_ci;
 3. Open Mysql and apply point 2
 4. privileges on the router and Mythtv Mysql: might not work but you give
 privileges on the firewall.
 5.Abrir Yast> add mysql and mythbackend groups to access MythTV options.
 My system is the open suse 12.1 and doing this has worked for me

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11176#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list