updating database connections with invalid charset
Hi, I am trying to update php 5 older sites with new connections to php 8 mysql versions for my client
While i can connect using Navicat and can see all the tables, when I try to update and connect using DMXZone Server Connect or Webassist DataBridge I am getting an error:
Error using this Database Connection!
Server Response : SQLSTATE(HY000) [2054] Server sent charset unknown to
the client. Please, report to the developers
Any ideas on how to fix this issue?
running php info I found that the site is still operating on php 5.4.x and mysql 5.0.11
