Code Monkey home page Code Monkey logo

Comments (3)

clausnagel avatar clausnagel commented on July 18, 2024

A database connection password is now optional (1966a46).

Can you please verify whether this commit already solves your issue? Simply download the source and run the build.xml with Ant to compile the Importer/Exporter tool.

from importer-exporter.

sbodmer avatar sbodmer commented on July 18, 2024

Hi Claus, thanks for your speedy feedback.

I downloaded your patch and tested it, but sadly it will not solve my problem but I think I know why...
The error I get is
The server requested password-based authentication, but no password was provided

After some digging I found out that I use the "peer" authentication which uses unix socket to talk
to the linux kernel to get the credential. The Java JDBC driver only supports TCP connection (which needs a password), so the authentication without password will not work in this context (until a native JDBC is available...)
Postgres JDBC doc

Sorry for the trouble, and thanks for your work in any case.

from importer-exporter.

clausnagel avatar clausnagel commented on July 18, 2024

I see, too bad. Thanks for pointing to the relevant chapter of the PostreSQL documentation.

from importer-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.