Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Le 02/11/2015 14:18, Ian Whitfield a écrit :

Hi Ian,


./FS/Members.frm (errno:13)


The frm file extension has nothing to do with a form, it is the internal
MySQL table format stored in binary hexadecimal form :

https://dev.mysql.com/doc/internals/en/frm-file-format.html

In other words, the error message you are getting indicates that the
file in question Members.frm is not in the place where it is supposed to
be. This means that your mysql database is missing one or more correctly
referenced files and is probably either corrupt or in an inconsistent state.

You need to run a check on your mysql instance installation from the
terminal with :

mysqlcheck -g --all-databases=true

(as superuser do or as a user with admin privileges to the database server)


Alex


-- 
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.