Hi,
I have a problem with installing a fresh linux tango machine with database
I installed mysql-server and mysql client.
When installing tango
sudo apt-get install mysql-server mysql-client
sudo apt-get install tango-db tango-test
there is this error : “specified key was too long…”
I read somewhere this is an error on create-db script.
Thanks
Olivier
Olivier TACHÉ SWAXSLab Paris-Saclay
Nanometric Organisation Laboratory (L.I.O.N.S.)
UMR 3685 NIMBE CEA – CNRS / Paris-Saclay University
DRF / IRAMIS / NIMBE
Building 546 - Room 30
CEA Paris-Saclay – RD306 – 91191 Gif sur Yvette Cedex FRANCE
+33 (0)6 43 36 05 37 olivier.tache@cea.fr
[quote]Note: It is recommended to setup the database to use latin1 character set.
Especially, any other character set with characters longer than 3 bytes
will not work. Character set can be specified in my.cnf configuration file:
Thanks,
after a lot of try with mysql, I didn’t succeed. The solution is good but for installing a working mysql database it becomes complicated.
To avoid this I tried to install mariadb as described here How To Install MariaDB on Ubuntu 20.04 | DigitalOcean
And it works. I reached to install tango-db.
Olivier