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: [email protected]
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

Reply via email to