Database corrupted. Possible to repair? (1 Viewer)

Iceman89610

Portal Pro
July 19, 2008
379
28
Ipswich
Home Country
United Kingdom United Kingdom
Ok, so either something is wrong with the code, or something has changed. When I do net stop tvservice, I get "System error 5 has occurred. Access is denied". Does this mean that its not stopping the TV Service?
 

RobNorthcott

MP Donator
  • Premium Supporter
  • October 9, 2007
    540
    102
    Dartmoor, England
    Home Country
    United Kingdom United Kingdom
    Ok, so either something is wrong with the code, or something has changed. When I do net stop tvservice, I get "System error 5 has occurred. Access is denied". Does this mean that its not stopping the TV Service?
    I don't know - I used that batch file a few days ago and it still works for me. I wonder if you're logged on as a non-administrator user who doesn't have rights to stop the service? That's all I can think of.
    Rob
     

    Iceman89610

    Portal Pro
    July 19, 2008
    379
    28
    Ipswich
    Home Country
    United Kingdom United Kingdom
    Yeah, that was it Rob, I had to run it as an administrator but now I get the following error:
     

    Attachments

    • Untitled.jpg
      Untitled.jpg
      72.7 KB

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Either your MySQL password is wrong or your "root" MySQL user doesn't have permission to perform that action (which would be unlikely).

    The password is case-sensitive.
     

    honeylaunebaer

    Portal Member
    August 11, 2010
    9
    0
    Hey Guys,

    i seem to have the same Problem, but i get an error that th command --autorepair is unknown (see attached screenshots)

    when i use -autorepair, it just lists the corrupted data and doesn't repair it. any advice?
     

    Attachments

    • mediaportal xml error.jpg
      mediaportal xml error.jpg
      204.7 KB
    • Mysql_error.jpg
      Mysql_error.jpg
      210.9 KB

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,559
    3,943
    Lehmden
    Home Country
    Germany Germany
    Hi
    Try this command line...
    Code:
    mysqlcheck.exe -u root -pMediaPortal --auto-repair --all-databases
    You missed the "-" the option is "auto-repair" not "autorepair"
     

    Users who are viewing this thread

    Top Bottom