[opencms-dev] MYSQL Dump corrupt

Thomas März thomasmaerz at gmx.de
Thu Aug 7 17:24:37 CEST 2003


"Joachim Arrasz" <info at arrasz.de> writes:
> Does anybody know how to check the MySQL structure for Opencms?

| mysqlcheck
|   This program can be used to CHECK (-c,-m,-C), REPAIR (-r), ANALYZE (-a)
|   or OPTIMIZE (-o) tables. Some of the options (like -e or -q) can be
|   used same time. It works on MyISAM and in some cases on BDB tables.
|   Please consult the MySQL manual for latest information about the
|   above. The options -c,-r,-a and -o are exclusive to each other, which
|   means that the last option will be used, if several was specified.

Copy (e. g. use mysqlhotcopy) your database to a safe place before using
mysqlcheck. Check also if there is enough space on the hard disk. (I ran
in this mistake some times.)

Best Regards,
Thomas Maerz




More information about the opencms-dev mailing list