Adobe Campaign Classic - New MySQL connection when tested gives error => MYS-230000 MySQL error 1298; Unkown or incorrect time zone : 'Pacific/Auckland' | Community
Skip to main content
Ken_Qrious
Level 4
August 11, 2021
Solved

Adobe Campaign Classic - New MySQL connection when tested gives error => MYS-230000 MySQL error 1298; Unkown or incorrect time zone : 'Pacific/Auckland'

  • August 11, 2021
  • 2 replies
  • 986 views

We have setup a new MySQL connection and when we test the connection get the following error. The time zone noted in the error is the setting for both adobe campaign and the target mysql db.  I noted one other thread regarding this issue but couldn't determine what the solution was.  

 

 

 

The connection is as follows (sensitive data removed).

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ken_Qrious

We did eventually resolve the issue.  Here is what was required from start to finish.  For the time zone error it was step 4 that fixed the problem.

 

1) Marketing server hosts, Install MYSQL Client on adobe campaign marketing servers. The new MYSQL client is required for a new adobe campaign connection.

2) Marketing server hosts, Create a link between libmysqlclient_r.so.18 and libmysqlclient.so.18 so that libmysqlclient_r.so.18 is recognized but redirects to libmysqlclient.so.18

3) Network, Enable network connection between adobe campaign instance and the MYSQL DB host

4) MYSQL DB, Populate DB time zone table ‘mysql.time_zone_name’  using script mysql_tzinfo_to_sql 

2 replies

Marcel_Szimonisz
Community Advisor
Community Advisor
August 11, 2021

Hello @ken_qrious 

I says I cannot do this because of the last line which says you have wrong credentials.

Greetings to New Zealand (you forgot to blur server name) 🙂

 

Marcel

Ken_Qrious
Ken_QriousAuthorAccepted solution
Level 4
August 18, 2021

We did eventually resolve the issue.  Here is what was required from start to finish.  For the time zone error it was step 4 that fixed the problem.

 

1) Marketing server hosts, Install MYSQL Client on adobe campaign marketing servers. The new MYSQL client is required for a new adobe campaign connection.

2) Marketing server hosts, Create a link between libmysqlclient_r.so.18 and libmysqlclient.so.18 so that libmysqlclient_r.so.18 is recognized but redirects to libmysqlclient.so.18

3) Network, Enable network connection between adobe campaign instance and the MYSQL DB host

4) MYSQL DB, Populate DB time zone table ‘mysql.time_zone_name’  using script mysql_tzinfo_to_sql