Questions tagged [interface]

8 questions
31
votes
5 answers

MySQL console: Ctrl+C driving me nuts

There is something in the MySQL console that drives me nuts. When I hit ctrl+c to cancel the current command being typed, the terminal exits. In every terminal I know (*nix terminals, Python, PostgreSQL), ctrl+c cancels the current command and…
Adam Matan
  • 12,079
  • 30
  • 82
  • 96
12
votes
3 answers

pgAdmin 4: How to establish a connection through an SSH tunnel/interface in Windows

I installed the latest pgAdmin 4 (v2.1) but I found out that (related thread), for the moment, the only way to establish a connection through an SSH tunneling is using another outside process, an example in the pgAdmin's forum says: I setup a…
CPHPython
  • 339
  • 1
  • 3
  • 11
3
votes
1 answer

Synchronising databases / database technologies

I need some advice before we engage in some costly development work We have two SQL Server database servers on the same network. One runs an in house database and the other a proprietary database that we bought in. We want a couple of tables between…
2
votes
3 answers

PostgreSQL: 8.3/8.4 interface chages?

I would like to upgrade a PostgreSQL 8.3 server to PostrgreSQL 8.4. There are many software components that interact with the server over the network, and I am concerned with compatibility issues. Is there any interface change between the different…
Adam Matan
  • 12,079
  • 30
  • 82
  • 96
2
votes
0 answers

Does pgAdmin4 allow session recovery?

I'm used to HeidiSQL, where your tabs and their states are always remembered and come back when you reopen the program. Can pgAdmin4 automatically reopen the tabs used in its last run?
1
vote
0 answers

How do mySQL and web-interface deal with hashed data

I've recently been given access to a mySQL database which will sit behind a website designed to allow people to register their interest in a given subject and provide further information about themselves. Of course the password is hashed/salted,…
AnneB
  • 11
  • 1
0
votes
0 answers

Groups for local users in pgadmin4 (web server mode)

I have a containerized setup of pgAdmin4 V8.5 in server mode running. Does anyone know if I can create groups for local users in pgadmin4 in web server mode and set privileges for them? Basic idea To have one user with administrative privileges and…
krytopes
  • 1
  • 1
0
votes
1 answer

Having trouble with interface table structures in MSSQL

Hi I'm currently working on a project that involves a third party database and application. So far we are able to successfully TEST and interface data between our databases. However we are having trouble when we are extracting a large set of data…