[mythtv-users] problems setting up mysql w/FC1

daryl faulds nannyseeker2003 at yahoo.com
Sun Apr 25 17:21:44 EDT 2004



Peter Valdemar Morch <swp5jhu02 at sneakemail.com> wrote:mike johnson mythtv65-at-hotmail.com |Lists| wrote:
>> Does this file exist in your filesystem / setup: 
>> /usr/share/doc/mythtv-0.14/database/mc.sql
> 
> 
> no, it doesn't.

> bash: /usr/share/doc/mythtv-0.14/database/mc.sql: No such file or
> directory

OK, well then that is your problem. It isn't mysql related at all...

First, you're gonna have to remove the newly created mythconverg 
database as the script wants to create it. (take a look at the file, it 
isn't magic!):

myth at peter:~> mysql -u root -p -e 'drop database mythconverg'
(enter password)

Then, run these commands to find and use the file:

myth at peter:~> rpm -ql mythtv | grep mc.sql
/usr/share/doc/mythtv-0.13/database/mc.sql

So, in my case I should have run:
mysql -u root -p < /usr/share/doc/mythtv-0.13/database/mc.sql

You do what you have to...

Peter

-- 
Peter Valdemar M?rch
http://www.XXXXXXXXX
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

 

 

Seems that the mythtv suite did not install correctly. Perhaps do the apt-get over again to pick up the missing pieces.

 

		
---------------------------------
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20040425/1844a9c9/attachment.htm


More information about the mythtv-users mailing list