Re: [RDD] Troubleshooting setting up a mySQL server for a Rivendell database

2013-06-29 Thread CIVL Tech
First of all, thanks for the quick help Tim and Wayne, I've followed Wayne's advice and found that the parameter "Hostname=" is what rduser's host is. So if I change the hostname to 'server', for instance, that's what rduser's host will be. So doing so, I've tried several things. The first thing I

Re: [RDD] Troubleshooting setting up a mySQL server for a Rivendell database

2013-06-28 Thread Wayne Merricks
Hi, Its probably an ip permissions problem (with the mysql rduser). Log into mysql as root and do the following: USE mysql; SELECT Host, User FROM user WHERE User = 'rduser'; You'll see something like: localhost rduser If things are good you'll also see % rduser. If you don't have a % rduse

[RDD] Troubleshooting setting up a mySQL server for a Rivendell database

2013-06-28 Thread CIVL Tech
Hi Everyone, I'm trying to set Rivendell up between a server and an on-air computer. The server hosts the mySQL database. I have been loosely following this guide; it is out of date: http://rivendell.tryphon.org/wiki/Setting_up_a_dedicated_Rivendell_MySQL_and_audio_store_server For the on-air com