LinuxMCE Forums
May 22, 2013, 10:02:30 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: [1]
1  LinuxMCE / Installation issues / Re: "could not connect to master backend server" bug again on: June 25, 2007, 05:42:23 am
Make sure you verify the connection to the database with the mythtv user.
Default credentials of mythtv are at /etc/mythtv/mysql.txt

So just add those the your server:
mysql -u root -p<password>
> grant all privileges on mythconverg.* to '<mythtv-user>'@'localhost' identified by '<mythtv-password>';

restart db server
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!