Hello Med.

After a very hard fight I was able to install MySql on Linux 64 bit.

Also here /mseuniverse/samples/db/simplemysql demo is working with fpc 320
and msegui 5.2.
Are you able to make it work too?

I had to create a test.sql database and a table using command line:
$ mysql -uroot -pmypassword

then add the mysql command:

CREATE DATABASE test;

USE test;

CREATE TABLE TABLE1 (
    PersonID int,
    LastName varchar(255),
    FirstName varchar(255),
    Address varchar(255),
    City varchar(255)
);

_______________

And in the conn widget UserName: root and Pasword: mypassword.

Now about your demo, I need to install Firebird3 and Flamerobin (need lot of
courage and time) then maybe I can check what is wrong.

By the way, what are the advantage of MySql vs Firebird3?

Fre;D




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to