[mythtv-users] can't get into mythweb
Brad DerManouelian
myth at dermanouelian.com
Thu Mar 13 18:58:57 UTC 2008
On Mar 13, 2008, at 11:48 AM, Steve Peters - Priority Electronics wrote:
> 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.
>
> 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.
>
> 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:
>
> Database Access Denied
>
> You are most likely receiving this message because you
> have failed to configure mythweb's database login info.
>
> Please see INSTALL for instructions.
>
> I have check over the install instructions like 20 times. I just am
> lost.
>
> Please advise
> -Thanks
> -Steve
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.
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.
mysql> grant all privileges on mythconverg.* to mythtv@"hostname"
identified by 'mythtv_password' with grant option;
will likely fix your problem.
-Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080313/a55a5ef5/attachment-0001.htm
More information about the mythtv-users
mailing list