Yes, you are right. I tried it without sudo and was able to connect. Thx!
I connected to Google Cloud Sql using LibreOffice database tool. Created a table.
Now I want to edit/add data using LO spreadsheet.
So, here are the steps
1. open a spreadsheet
2. Press F4
3. There you can see an already existing database called "Bibliography", expand till table "biblio". You can see content data on the right.
4. Drag and drop biblio table on spreadsheet, It works!
Now when I try to do it the same way using Google Cloud Sql DB I create earlier I get the following errors:
The data content could not be updated
SQL Status: 0A100
CONCUR_UPDATABLE is not implemented yet.
The SQL command leading to this error is:
SELECT * FROM `test`.`users_info` Check attachments for more details.
Thx for your help!