...MariaDB tutorial step works as expected. Yestarday i made a database rightly on Debian 9.
............. El mar, 27-02-2018 a las 09:44 +0700, Maxim Solodovnik escribió: > Thanks a log for contribution Ludovic, > > @Alvaro can you please take a look at this? > > On Mon, Feb 26, 2018 at 8:44 PM, Ludovic MESSINGER <[email protected]> > wrote: > > Hello, > > > > I have installed OM 4 with the tutorial forDebian 9 and I think > > something > > should be improved in the tutorial: > > > > In the step MariaDB [(none)]> CREATE DATABASE open401 DEFAULT > > CHARACTER SET > > 'utf8'; > > > > I had to replace by MariaDB [(none)]> CREATE DATABASE open401 > > default > > CHARACTER set utf8 default COLLATE utf8_general_ci; > > because this error occured when creating the table : "Specified > > key was too > > long; max key length is 767 bytes" > > > > Regards, > > Ludovic > > > > >
