<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Oct 28, 2008, at 7:39 AM, Rick P wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Bitstream Vera Sans'; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div lang="EN-US" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">Hello all, I’m new to this list and new to MythTV.&nbsp; I’ve been reading and reading on this and still a bit confused, but... I plan on building a FE/BE system to replace a failing Tivo 1 hack system.&nbsp; Below is a list of hardware I was planning on utilizing for this system.&nbsp; I was leaning toward Fedora since I have a bit more knowledge with it.&nbsp; I already have a MySQL server running on a W2K3 system; can I utilize this system also for MythTV or should I just install another MySQL instance on the Fedora box?</div></div></div></span></blockquote><div><br></div>Using what you already have is fine as long as you realize there is going to be a LOT of MySQL activity. Make sure you have the bandwidth (network/disk/processor) to deal with a new heavy load on the MySQL server.</div><div><br></div><div>For instance:</div><div><div>mysql> select count(*) from recorded; #Number of programs recorded</div><div>+----------+</div><div>| count(*) |</div><div>+----------+</div><div>| &nbsp; &nbsp; &nbsp;763 |&nbsp;</div><div>+----------+</div><div>1 row in set (0.00 sec)</div><div><br></div><div>mysql> select count(*) from recordedseek; #Number of entries in seek table</div><div>+----------+</div><div>| count(*) |</div><div>+----------+</div><div>| &nbsp;3619321 |&nbsp;</div><div>+----------+</div><div>1 row in set (0.00 sec)</div><div><br></div><div><br></div></div></body></html>