Lan Barnes wrote:
The MythDora 3.2 installation refuses to connect to the database. the Myth
FAQs recommends reinstalling from the top, and maybe that's not such a bad
idea, but I'd prefer to understand and fix.
[snip]

You don't say which part of the MythDora installation refuses to connect, the backend or the frontend. Both of them need to connect to work properly.

Is MySQL running? Does it show up in the output of ps?

By default, MySQL will only bind to the localhost. In order to get it to work on the network, you may need to make a change to the /etc/my.cnf file. Make sure it does NOT contain a line stating "skip-networking". You actually don't need this (yet) because you have the client and server on the same machine and you should be using just localhost. See <http://www.mythtv.org/docs/mythtv-HOWTO-6.html> for more info.

Once you are sure MySQL is running, have you initialized it properly by creating the mythconverg database? See the HOWTO for more info. This should have been taken care by the installation scripts in MythDora.

Once you have that done, you need to run the myth-setup program to do your backend setup, then run mythfrontend to configure the frontend.

Gus


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to