bib1963

Results 11 comments of bib1963

If I create a sylink, or cp the share/xcs dir, starting xca comes up with an error, twice, same window... ![Screenshot_20210729_094646](https://user-images.githubusercontent.com/39026492/127461931-07f189a9-5f89-4dc2-82f3-017a0ef84277.png)

And the user setting path does not seem to be updated correctly... From the Help/About... Installation path: | /home/b/.local/share/xca User settings path: | /home/b/.local/share/xca Working directory: | /home/b/Documents/ So nothing...

From the WHOIS database... Updated Date: 2021-05-31T04:26:55Z Creation Date: 2009-05-30T17:50:35Z I'll hazard a guess and say someone did not pay their bills. The nameservers look a bit sus... Name Server:...

Yup, completely weird. When I tried it earlier, I looked at the network dump from both my program & using the mysql client. Both seemed to make the call with...

I think this is a problem with the mysql/maria client library as it also seems to have been seen with the Java connector. Looking at the network trace for the...

And some more info... When the mysql cli client starts, it make the following requests, which AdaBase does not: select * from information_schema.schemata show tables Then for each table: show...

Yes and no... If you look at https://stackoverflow.com/questions/1814408/mysql-driver-issues-with-information-schema - it's actually python, not Java. I think you have to bypass the normal API route for this table, and go about...

Hmmmm... ``` /usr/include/mysql/mariadb_com.h:#define CLIENT_NO_SCHEMA 16 /* Don't allow database.table.column */ /usr/include/mysql/mariadb_com.h: CLIENT_NO_SCHEMA |\ ```

I thought CLIENT_NO_SCHEMA flag is set to true by default, in which case we have to set it to false. I have coded it up within AdaBase, but I still...