Jan Prochazka

Results 103 comments of Jan Prochazka

I am a bit confused. You wrote, that you access dbgate on http://localhost:3000, but debian distribution of dbgate doesn't start web server, it is only classical electron app. So do...

Do you use dbgate docker image? If so, localhost address will not work, because it is addressed inside the docker container. You could use some of methods for accessing host...

Thanks for testing NPM. There is still some strangeness in this. You wrote about using localhost:3000, but application installed from debian package does not run as web server, it is...

Now I noticed, you mentioned about using dbgate docker container in past, are you sure, that you don't have older dbgate instance running in docker on port 3000? ( ```docker...

I have found this: https://serverfault.com/questions/900997/mariadb-host-127-0-0-1-not-privileged#:~:text=By%20default%2C%20the%20MySQL%2FMariaDB,host%20that's%20allowed%20to%20connect. Maybe problem is skip-name-resolve setting in MariaDB server configuration Also, when you try to connection to "localhost" instead of "127.0.0.1", has it the same problem?...

I have added network name "dockerhost" (released now). It could be used in docker distribution, it is host, where docker containers are running (with docker, localhost will not work).

I didn't know about Mindsdb, it looks very interesting. If I understand correctly, it is possible to connect mindsdb with any mysql client. What will be benefits of connecting with...

> You will find the "root cause" in npm_modules/svelte/internal/index.js line 202 (varies with your svelte version) > For local development you can simple change it there but this will not...

I tested several mongodb connections under Windows with the newest version, and it works in all cases. However, there was big dependencies update in 5.0.0, which could cause this. If...