Page 1 of 1

MySql (free)

Posted: Mon Apr 30, 2018 7:23 am
by Jack
Hi,
I 'd like to try connection with MySQL and FW .
Do you know a good free MySQL access in other to make some test .
Thanks .

Re: MySql (free)

Posted: Mon Apr 30, 2018 7:26 am
by Marc Vanzegbroeck
Hello,

Do you mean a program to access a mysql-database, and run query's.
Than you can try
https://www.heidisql.com/

Re: MySql (free)

Posted: Mon Apr 30, 2018 9:53 am
by nageswaragunupudi
FWH has built-in connectivity to MySql

Please see fwh\samples\maria01.prg, maria02.prg, etc

Re: MySql (free)

Posted: Mon Apr 30, 2018 10:33 am
by Jack
I am looking for a MYSQL provider with a DBNAME, username and password .
I'd like to make some test in real condition .
The idea is to use MySQL tables on an external (cloud) server .

Thanks

Re: MySql (free)

Posted: Wed May 02, 2018 10:23 am
by Carlos Mora
Hi Jack,
Jack wrote: The idea is to use MySQL tables on an external (cloud) server .
Just as an advice, consider using open MySQL servers always under TLS/SSL protection only. Information sent and received from the server travels unencrypted throw the connection, INCLUDING USER AND PASSWORD. It is really unsafe.

KR

Re: MySql (free)

Posted: Wed May 02, 2018 10:32 am
by nageswaragunupudi
To start with you can try
https://www.freemysqlhosting.net/

Re: MySql (free)

Posted: Thu May 03, 2018 7:36 pm
by Jack
Hi,
Thanks for the info about freemysqlhosting.
I make some test and it works fine .

Could you give a connection string with this secure SSl .

Thanks