Hi again ;-)
I downloaded the demo application into my Kubuntu Lazarus.
Created a common user with privileges to access my test Database (called "atendimento") and loaded the app into the IDE.
I then changed the line where the database name is filled into the property of MySQLConnection, where I put "atendimento".
Got it to run, and the main form pops up in my screen.
Filled fields with the proper information, like "localhost", "username", "password".
After a hit in the "connect" button three messages appear at the memo box:
"18:13:14.944: Opening a connection to server: localhost
18:13:15.170: Connected to server: localhost
18:13:15.170: Retreiving list of available databases"
And a message box pops up like this:
Title: "ptrymysql"
"MySQLConnection1: Server connect failed
Press OK to ignore..."
Everything appears to be right, I manage to connect to Mysql using Query brower and Administrator. I can even make backups, retrieve them, create users, etc...
Only Lazarus couldn't complete the connection.
What would I have done wrong? ... :-)
regards,
Zevang