<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mysqlcheck on it-grossniklaus.ch</title>
    <link>https://it-grossniklaus.ch/tags/mysqlcheck/</link>
    <description>Recent content in Mysqlcheck on it-grossniklaus.ch</description>
    <generator>Hugo</generator>
    <language>de</language>
    <atom:link href="https://it-grossniklaus.ch/tags/mysqlcheck/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>mysqlcheck</title>
      <link>https://it-grossniklaus.ch/pages/topics/data/dbms/snippets/mysql/mysqlcheck/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/data/dbms/snippets/mysql/mysqlcheck/</guid>
      <description>&lt;pre class=&#34;terminal-out w3-theme-l3 notranslate&#34;&gt;&#xA;mysqlrepair    # =&gt; The default option is --repair&#xA;mysqlanalyze   # =&gt; The default option is --analyze&#xA;mysqloptimize  # =&gt; The default option is --optimize&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;mysqlcheck -u root -p -–databases database_name&#xA;mysqlcheck         -p –-all-databases&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;mysqlcheck --auto-repair --check --optimize --all-databases --extended&#xA;mysqlcheck -–auto-repair --check --optimize database_name table_name&#xA;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
