Koozali.org: home of the SME Server

Delphi <-> MySQL

safeldt

Delphi <-> MySQL
« on: April 07, 2004, 11:36:15 AM »
I'm testing "MyDAC version 2.00 for Delphi 5" from CoreLap. (http://crlab.com)

When I try to browse for databases (clicking database on a TMyConnection) I’ll get the following error:

Can't connect to MySQL on server '192.168.1.2' (10061)

Properties:
Username: admin
Password: TheAdminPassword
Server: 192.168.1.2
Port: 3306

Can anyone give a clue?

Uffe

Anonymous

Delphi <-> MySQL
« Reply #1 on: April 07, 2004, 02:56:38 PM »
/sbin/e-smith/config setprop mysqld LocalNetworkingOnly no (to enable remote access)
/sbin/e-smith/expand-template /etc/my.cnf
service mysqld restart