Advertisement
Guest User

Untitled

a guest
Oct 7th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. # mysql_upgrade -u root -p
  2. Enter password:
  3. Looking for 'mysql' as: mysql
  4. Looking for 'mysqlcheck' as: mysqlcheck
  5. Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
  6. Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
  7. mysql.columns_priv OK
  8. mysql.db OK
  9. mysql.event OK
  10. mysql.func OK
  11. mysql.general_log OK
  12. mysql.help_category OK
  13. mysql.help_keyword OK
  14. mysql.help_relation OK
  15. mysql.help_topic OK
  16. mysql.host OK
  17. mysql.ndb_binlog_index OK
  18. mysql.plugin OK
  19. mysql.proc OK
  20. mysql.procs_priv OK
  21. mysql.proxies_priv OK
  22. mysql.servers OK
  23. mysql.slow_log OK
  24. mysql.tables_priv OK
  25. mysql.time_zone OK
  26. mysql.time_zone_leap_second OK
  27. mysql.time_zone_name OK
  28. mysql.time_zone_transition OK
  29. mysql.time_zone_transition_type OK
  30. mysql.user OK
  31. mythconverg.callsignnetworkmap OK
  32. mythconverg.capturecard OK
  33. mythconverg.cardinput OK
  34. mythconverg.channel OK
  35. mythconverg.channelgroup OK
  36. mythconverg.channelgroupnames OK
  37. mythconverg.channelscan OK
  38. mythconverg.channelscan_channel OK
  39. mythconverg.channelscan_dtv_multiplex OK
  40. mythconverg.codecparams OK
  41. mythconverg.credits OK
  42. mythconverg.customexample OK
  43. mythconverg.diseqc_config OK
  44. mythconverg.diseqc_tree OK
  45. mythconverg.displayprofilegroups OK
  46. mythconverg.displayprofiles OK
  47. mythconverg.dtv_multiplex OK
  48. mythconverg.dtv_privatetypes OK
  49. mythconverg.dvdbookmark OK
  50. mythconverg.dvdinput OK
  51. mythconverg.dvdtranscode OK
  52. mythconverg.eit_cache OK
  53. mythconverg.filemarkup OK
  54. mythconverg.housekeeping OK
  55. mythconverg.inputgroup OK
  56. mythconverg.internetcontent OK
  57. mythconverg.internetcontentarticles OK
  58. mythconverg.inuseprograms OK
  59. mythconverg.iptv_channel OK
  60. mythconverg.jobqueue OK
  61. mythconverg.jumppoints OK
  62. mythconverg.keybindings OK
  63. mythconverg.keyword OK
  64. mythconverg.livestream OK
  65. mythconverg.logging OK
  66. mythconverg.mythlog OK
  67. mythconverg.networkiconmap OK
  68. mythconverg.oldfind OK
  69. mythconverg.oldprogram OK
  70. mythconverg.oldrecorded OK
  71. mythconverg.people OK
  72. mythconverg.pidcache OK
  73. mythconverg.playgroup OK
  74. mythconverg.powerpriority OK
  75. mythconverg.profilegroups OK
  76. mythconverg.program OK
  77. mythconverg.programgenres OK
  78. mythconverg.programrating OK
  79. mythconverg.recgrouppassword OK
  80. mythconverg.record OK
  81. mythconverg.recorded OK
  82. mythconverg.recordedartwork OK
  83. mythconverg.recordedcredits OK
  84. mythconverg.recordedfile OK
  85. mythconverg.recordedmarkup OK
  86. mythconverg.recordedprogram OK
  87. mythconverg.recordedrating OK
  88. mythconverg.recordedseek OK
  89. mythconverg.recordfilter OK
  90. mythconverg.recordingprofiles OK
  91. mythconverg.recordmatch OK
  92. mythconverg.scannerfile OK
  93. mythconverg.scannerpath OK
  94. mythconverg.schemalock OK
  95. mythconverg.settings OK
  96. mythconverg.storagegroup OK
  97. mythconverg.tvchain OK
  98. mythconverg.tvosdmenu OK
  99. mythconverg.upnpmedia OK
  100. mythconverg.videocast OK
  101. mythconverg.videocategory OK
  102. mythconverg.videocollection OK
  103. mythconverg.videocountry OK
  104. mythconverg.videogenre OK
  105. mythconverg.videometadata OK
  106. mythconverg.videometadatacast OK
  107. mythconverg.videometadatacountry OK
  108. mythconverg.videometadatagenre OK
  109. mythconverg.videopart OK
  110. mythconverg.videopathinfo OK
  111. mythconverg.videosource OK
  112. mythconverg.videotypes OK
  113. mythconverg.weatherdatalayout
  114. Error : Table 'mythconverg.weatherdatalayout' doesn't exist
  115. status : Operation failed
  116. mythconverg.weatherscreens
  117. Error : Table 'mythconverg.weatherscreens' doesn't exist
  118. status : Operation failed
  119. mythconverg.weathersourcesettings
  120. Error : Table 'mythconverg.weathersourcesettings' doesn't exist
  121. status : Operation failed
  122.  
  123. Repairing tables
  124. mythconverg.weatherdatalayout
  125. Error : Table 'mythconverg.weatherdatalayout' doesn't exist
  126. status : Operation failed
  127. mythconverg.weatherscreens
  128. Error : Table 'mythconverg.weatherscreens' doesn't exist
  129. status : Operation failed
  130. mythconverg.weathersourcesettings
  131. Error : Table 'mythconverg.weathersourcesettings' doesn't exist
  132. status : Operation failed
  133. Running 'mysql_fix_privilege_tables'...
  134. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement