<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 13, 2008, at 11:48 AM, Steve Peters - Priority Electronics wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div> <div><span class="110154518-13032008"><font face="Arial" size="2">Hello all, i can't get into mythweb. I was discussing the top under another form topic, but it just didn't fit the topic.</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="110154518-13032008"><font face="Arial" size="2">I am able to get into mythfrontend just fine, and i have php myadmin setup (locally) and it get's in no prob using the root's account and password. However, i noticed that i can't get into mysql from the command line using the same mythtv user or the root user. So i am thinking that my mythweb problem is related to that somehow.</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="110154518-13032008"><font face="Arial" size="2">Right now, when i open up my mythweb url in my browser, it asks for the user and pass, so my apache settings are somewhat correct, then i get in and get this message:</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2"></font></span>&nbsp;</div> <div id="message"> <h2>Database Access Denied</h2><p>You are most likely receiving this message because you<br>have failed to configure mythweb's database login info. </p><p>Please see INSTALL for instructions. </p></div> <div><span class="110154518-13032008"><font face="Arial" size="2">I have check over the install instructions like 20 times. I just am lost.</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="110154518-13032008"><font face="Arial" size="2">Please advise</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2">-Thanks</font></span></div> <div><span class="110154518-13032008"><font face="Arial" size="2">-Steve</font></span></div></div></blockquote><br></div><div>You are likely not allowing mysql connections from the hostname that apache is reporting. If you don't know your hostname, check your mysql/apache logs to see why it's denying access.</div><div>Or it could be something as simple as using the wrong password (assuming you've changed it from the default "mythtv" you need to also change it in your config file for apache.</div><div><br class="webkit-block-placeholder"></div><div>mysql&gt; grant all privileges on mythconverg.* to mythtv@"hostname" identified by 'mythtv_password' with grant option;</div><div><br class="webkit-block-placeholder"></div><div>will likely fix your problem.</div><div><br class="webkit-block-placeholder"></div><div>-Brad</div><div><br class="webkit-block-placeholder"></div></body></html>