You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

268 B

Notiz an mich selbst:

DB-Export auf Server:

mysqldump -u root -p --result-file occ.sql --default-character-set=latin1 opencloudcal

Patchen:

sed -i 's/latin1/utf8mb4/g' occ.sql

Import im lokalen Docker:

mysql -u root -p opencloudcal < /var/lib/mysql/occ.sql