Migrating to MYSQL failed

fsuhadi
Posts: 8
i have follow this instruction
https://community.f-secure.com/t5/Business/Policy-Manager-on-MySQL/ta-p/88662
to migrate from h2db to mysql but error:
could not connect to [ipaddress]:3306: unexpected end of stream, read 0 bytes from 4
server is Centos 6.8
mysql ver 14.14 distrib 5.1.7.3
Firewall off
Please help.
Thanks.
0 Like
Comments
-
Hello,
please clarify the version of MySQL Server you are using.
The version you provided most likley corresponds to the version of 'mysql' utility, but not the version of the server.
The server version can be obtained by executing the following SQL query:
SELECT VERSION();
1 1Like
This discussion has been closed.