Dbeaver 7.1.5 . Dump database doesn't work - dbeaver

Linux Ubuntu. I try to dump data base and I see dialog error.
Error executing process Process failed (exit code = 2). See error log. Process failed (exit code = 2). See error log.

Oh only needs to change connection
--host=localhost
to
--host=127.0.0.1

Related

Why do I get error sorting credentials in Docker?

I just installed docker desktop, and now I want to use PostgreSQL, but when I try to log in docker by using the command -docker login I get the error Error saving credentials: error storing credentials - err: exit status 1, out: error getting credentials - err: exit status 1, out: no usernames for https://index.docker.io/v1/``
How can I solve this problem?

failed to set up event for socket: error code 10038 in postgres

Frequently getting this error message in postgres log - "failed to set up event for socket: error code 10038". Because of this connection attempt getting failed.
I have uninstalled and reinstalled postgres 9.6. I have included postgres.exe file in the exclude file list for antivirus scan. Is there any solutions for this.

How to direct the result of mongoquery to a file

I'm trying to send the result of mongo query to a file using mongo shell. I had used this following command.
C:\>mongodb\bin\mongo localhost/mydb –eval "db.docs.count()" >> counttest.txt
Actually my text file got created with this stack trace.
2016-05-13T12:35:51.485+0530 I CONTROL [main] Hotfix KB2731284 or later update is not installed, will zero-out data files
MongoDB shell version: 3.2.1
connecting to: localhost/mydb
loading file: –eval
2016-05-13T12:35:51.541+0530 E - [main] file [–eval] doesn't exist
failed to load: –eval
With --eval, I'm facing this error:
Error parsing command line: unrecognised option '-ΓÇôeval' try 'mongo --help' for more information
Can anyone please help me out regarding this issue?

GoogleCloudSql Import not fail or succeed

Created mysqldump file and uploaded to bucket: zip_zata_mysqldump and even though import does not show any failure, I don't see the databases created in the db.
How I can see what went wrong so I can fix?
If import failed the operations tab shows a generic error "An unknown error occurred".
To receive a detailed error you can execute the import from command line with the following syntax:
mysql -h MYSQL_INSTANCE_IP -u USER -p DATABASE_NAME < SQL_FILE_TO_IMPORT
For your reference import and export features are documented at [1].
Regards,
Paolo
Link:
[1] - https://cloud.google.com/sql/docs/import-export
For us adding --hex-blob in the mysqldump command allowed us to import. It failed An unknown error occurred without that flag.

NBackup x Firebird - The application failed to initialize properly (0xc000007b)

I'm trying to run nBackup Firebird through command line below
C:\nbackup.exe -U sysdba -P masterkey -B 0 C:\nomedobanco.FDB C:\nomedobackup.TMPNBK
but it appears to me the following error
The application failed to initialize properly (0xc000007b). Click OK to close the application.
What to do? Someone has gone through something similar?