• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

URGENT Advice needed - MySQL 4.1 - PSA Issues

K

knocx

Guest
2 days ago we had upgraded mySQL to 4.1 from yum repository , after than that we had lots of problem any way we had handled all of these such as old-password format etc...

But the main problem is that we have to start mysql with following options

[mysqld]
default-character-set=latin5
default-collation=latin5_turkish_ci

and if we do that we get this error; when we try to add or remove a domain


dnsmng Unable to define dns zone for domain : Illegal Mix of Collations (latin5_turkish_ci,IMPLICIT) and latin1_swedish_ci,COERCIBLE for operation '='

this may be normal since collations does not match ,


* We can not downgrade to an MySQL since we got lots of problems as there are databases already created by clients on 4.1 we
receive File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2) which seems like a werd issue to resolve


i see lots of people saying that 4.1 is ok with 7.5.4
but we can not get it work like above, any idea helping on that subject matter will be great

thanks knocx
 
Back
Top