Date: Tue, 30 May 2017 23:30:51 +0200 From: David Marec <david.marec@davenulle.org> To: freebsd-ports@freebsd.org Subject: Re: Owncloud upgrade failure Message-ID: <7372580b-a8e3-48f7-fe23-9e821de1b1a8@davenulle.org> In-Reply-To: <91931afa-9a39-d0e9-8809-8db95e61acff@davenulle.org> References: <91931afa-9a39-d0e9-8809-8db95e61acff@davenulle.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Le 30.05.2017 à 22:29, David Marec a écrit : > CREATE TABLE oc_account_terms (id BIGINT UNSIGNED AUTO_INCREMENT NOT > NULL, account_id BIGINT UNSIGNED NOT NULL, term VARCHAR(256) NOT NULL, > INDEX account_id_index (account_id), INDEX term_index (term), PRIMARY > KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB' An attempt to feed this to mysql using the command line tool triggers the same error. With or without the 'ENGINE' clause. -- David Marec https://lapinbilly.eu/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7372580b-a8e3-48f7-fe23-9e821de1b1a8>