MySql (free)

Post Reply
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

MySql (free)

Post 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 .
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: MySql (free)

Post 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/
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: MySql (free)

Post by nageswaragunupudi »

FWH has built-in connectivity to MySql

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

G. N. Rao.
Hyderabad, India
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: MySql (free)

Post 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
Carlos Mora
Posts: 988
Joined: Thu Nov 24, 2005 3:01 pm
Location: Madrid, España

Re: MySql (free)

Post 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
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: MySql (free)

Post by nageswaragunupudi »

To start with you can try
https://www.freemysqlhosting.net/
Regards

G. N. Rao.
Hyderabad, India
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: MySql (free)

Post 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
Post Reply