Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: safeldt on April 07, 2004, 11:36:15 AM

Title: Delphi <-> MySQL
Post by: safeldt 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
Title: Delphi <-> MySQL
Post by: Anonymous 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