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 .
MySql (free)
-
- Posts: 1163
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact:
Re: MySql (free)
Hello,
Do you mean a program to access a mysql-database, and run query's.
Than you can try
https://www.heidisql.com/
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
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: MySql (free)
FWH has built-in connectivity to MySql
Please see fwh\samples\maria01.prg, maria02.prg, etc
Please see fwh\samples\maria01.prg, maria02.prg, etc
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: MySql (free)
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
I'd like to make some test in real condition .
The idea is to use MySQL tables on an external (cloud) server .
Thanks
-
- Posts: 989
- Joined: Thu Nov 24, 2005 3:01 pm
- Location: Madrid, España
Re: MySql (free)
Hi Jack,
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
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"
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: MySql (free)
To start with you can try
https://www.freemysqlhosting.net/
https://www.freemysqlhosting.net/
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: MySql (free)
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
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