Page 1 of 1

delphi xe3 + zeos, lan ok; internet not

Posted: 28.04.2013, 09:34
by Mamenhi
please somebody help me, i work with delphi xe3, zeos 7 and mariadb (mysql), i can work without problems on a lan but a don't now how connect under internet when the hostname it's like http://www.abc.no-ip.org how i can do it :roll: :roll: :roll: :roll: :roll: :roll: thanks

Posted: 30.04.2013, 16:07
by marsupilami
Hello Mamenhi,

I am not sure how you plan to secure you data against people who want to read it. But nonetheless normally things should be like this:
Install MariaDB on your internet host
Open a port for communication in the firewall of the internet host
set the hostname in TZConnection to that of your internet host (eg. www.abc.no-ip.org)
Be ready to go. But be sure to only use www.abc.no-ip.org and not http://www.abc.no-ip.org because http is the name of the protocol to use and not a part of the host name.
Best regards,

Jan