On 6/13/07, <b class="gmail_sendername">Per Jørgensen</b> <<a href="mailto:udbytossen@gmail.com">udbytossen@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey Guys.<br><br>Normally I use Arch Linux and have never had any problems - but now it<br>seems to come:<br><br>I have updated my machine - and gives me hell - then I decided to<br>reinstall everything - BUT that gives my many errors - but the worst is
<br>this:<br>I have runned the mc.sql script into the DB and afterwards run<br>mythtv-setup - but that gives me this error messages:<br>2007-06-12 11:50:22.566 Using runtime prefix = /usr<br>2007-06-12 11:50:22.574 New DB connection, total: 1
<br>2007-06-12 11:50:22.578 Connected to database 'mythconverg' at host:<br>localhost<br>2007-06-12 11:50:22.579 Inserting MythDVD initial database information.<br>2007-06-12 11:50:22.581 New DB connection, total: 2
<br>2007-06-12 11:50:22.581 Connected to database 'mythconverg' at host:<br>localhost<br>2007-06-12 11:50:22.582 Upgrading to MythDVD schema version 1001<br>2007-06-12 11:50:22.582 Upgrading to MythDVD schema version 1002
<br>2007-06-12 11:50:22.585 You do not have a DVD rip directory set. Run Setup.<br><br>THe script for the DB looks like this :<br>CREATE DATABASE if not exists mythconverg;<br>GRANT ALL ON mythconverg.* TO mythtv@localhost
IDENTIFIED BY "mythtv";<br>FLUSH PRIVILEGES;<br>GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv@localhost<br>IDENTIFIED BY "mythtv";<br>FLUSH PRIVILEGES;<br>ALTER DATABASE mythconverg DEFAULT CHARACTER SET latin1;
<br><br>And when I then tries to create something - I have not the correct<br>tables in my DB - How strange does that seems to be???<br><br>I haven't got a clue what's going wrong here ??? Somebaody have an idea??
<br><br></blockquote></div><br>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?<br><br>Kevin<br>