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

Peter Valdemar Morch swp5jhu02 at sneakemail.com
Sun Apr 25 16:33:39 EDT 2004


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


More information about the mythtv-users mailing list