Hi,
I have a hard time finding why I cannot connect to MySQL using the TSQLConnection component. I do it with the BDE TDatabase component and it works, so all the username, password, hostname and port are valide.
Here is what I am using:
DriverName=MySQL
HostName=192.168.0.5:3344
Database=mydb
User_Name=myusr
Password=mypwd
It always gives me a Username password invalid. This message is used for almost any connection error. Should I put the port somewhere else?
Please help! Thanks.