iboboc / relay

Automatically exported from code.google.com/p/relay
MIT License
0 stars 0 forks source link

utf8 collation support #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If your DB is using the utf8_general_ci collation, the installation will fail, 
with this error :
*relay_clients...Specified key was too long. Max length is 1000 bytescould not 
create the table clients

Original issue reported on code.google.com by meda....@gmail.com on 17 Jun 2011 at 3:06

GoogleCodeExporter commented 8 years ago
Issue 11 has been merged into this issue.

Original comment by christop...@gmail.com on 6 Jul 2011 at 3:10

GoogleCodeExporter commented 8 years ago
Full error output is as follows:

Database Connected....
done
Dropping tables if the exist...done
Creating tables
*rela2_clients...Specified key was too long; max key length is 1000 bytes could 
not create the table clients

Original comment by christop...@gmail.com on 6 Jul 2011 at 3:11

GoogleCodeExporter commented 8 years ago
Until this issue is fixed, using a different collation such as 
latin1_swedish_ci will sidestep the issue.

Original comment by christop...@gmail.com on 6 Jul 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Are there any progress about utf8?
Because for cyrillic language better use UTF 8.

Original comment by a...@interseti.com.ua on 4 Jun 2013 at 11:07