1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-mysqlcheck</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-mysqlcheck">
14 <refentrytitle>koha-mysqlcheck</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-mysqlcheck</refname>
20 <refpurpose>Run <command>mysqlcheck</command> on the database of the specified Koha instance.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-mysqlcheck</command> <arg><option>...</option></arg> <arg choice="req" rep="norepeat"><replaceable>instancename</replaceable></arg>
30 <refsect1><title>Description</title>
31 <para>Run <command>mysqlcheck</command> on the database of the specified Koha instance.</para>
32 <para>Any arguments provided before the name of the instance are passed directly to <command>mysqlcheck</command>. This means that all the operations of <command>mysqlcheck</command> are available through this script.</para>
35 <refsect1><title>See also</title>
36 <simplelist type="inline">
37 <member><command>mysqlcheck(1)</command></member>
38 <member><command>koha-mysql(8)</command></member>