[mythtv-users] Problems with mc.sql???

Kevin Kuphal kuphal at dls.net
Tue Jun 12 15:28:32 UTC 2007


On 6/13/07, Per Jørgensen <udbytossen at gmail.com> wrote:
>
> Hey Guys.
>
> Normally I use Arch Linux and have never had any problems - but now it
> seems to come:
>
> I have updated my machine - and gives me hell - then I decided to
> reinstall everything - BUT that gives my many errors - but the worst is
> this:
> I have runned the mc.sql script into the DB and afterwards run
> mythtv-setup - but that gives me this error messages:
> 2007-06-12 11:50:22.566 Using runtime prefix = /usr
> 2007-06-12 11:50:22.574 New DB connection, total: 1
> 2007-06-12 11:50:22.578 Connected to database 'mythconverg' at host:
> localhost
> 2007-06-12 11:50:22.579 Inserting MythDVD initial database information.
> 2007-06-12 11:50:22.581 New DB connection, total: 2
> 2007-06-12 11:50:22.581 Connected to database 'mythconverg' at host:
> localhost
> 2007-06-12 11:50:22.582 Upgrading to MythDVD schema version 1001
> 2007-06-12 11:50:22.582 Upgrading to MythDVD schema version 1002
> 2007-06-12 11:50:22.585 You do not have a DVD rip directory set. Run
> Setup.
>
> THe script for the DB looks like this :
> CREATE DATABASE if not exists mythconverg;
> GRANT ALL ON mythconverg.* TO mythtv at localhost IDENTIFIED BY "mythtv";
> FLUSH PRIVILEGES;
> GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv at localhost
> IDENTIFIED BY "mythtv";
> FLUSH PRIVILEGES;
> ALTER DATABASE mythconverg DEFAULT CHARACTER SET latin1;
>
> And when I then tries to create something - I have not the correct
> tables in my DB - How strange does that seems to be???
>
> I haven't got a clue what's going wrong here ??? Somebaody have an idea??
>
>
The logs indicate that that MythDVD plugin is attempting to update it's
schema, not the master mc.sql. Did you do what the logs ask and run the
setup for MythDVD?

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070612/891acaf0/attachment.htm 


More information about the mythtv-users mailing list