database Questions

2

I have a database of several tables in which the first field is defined as: 'ID' INTEGER NOT NULL UNIQUE ... PRIMARY_KEY('ID') I do not use the AUTOINCREMENT keyword for any of these tables yet my...
Candicecandid asked 6/8, 2019 at 11:38

2

Solved

I recently started researching database features of databases. At the moment I'm looking into Neo4j Graph database. Unfortunately, I can't find every bit of information I need. I found most infor...
Institute asked 1/3, 2011 at 8:45

7

Solved

I have 3 MySQL tables for a membership system. users: Minimum requirement to be a user, only related to account info (email, password, is_activated, etc) user_profiles: Personal information provi...
Bursarial asked 27/4, 2011 at 21:20

5

After writing the code, When I run my pgloader script, it fails this way: load database from mysql://xxx:yyy127.0.0.1/zzz into pgsql://xxx:yyy@localhost/zzz including only table names matching...
Superstar asked 25/5, 2020 at 4:39

30

Solved

As a long time Toad for Oracle user, I have gotten used to hitting Ctrl+Enter and having just the statement under the cursor be executed. In SQL Server Management Studio, hitting F5 runs the entir...
Tampon asked 13/8, 2009 at 14:31

3

I'm currently using the RabbitMQ (3.6.2-1) on Ubuntu(16.04) in production. Producers publish messages and consumers consume messages and everything works correctly but sometimes RabbitMQ doesn't re...
Monaural asked 26/10, 2018 at 11:17

2

I'm developing app in Flask and it requires DB, so what I have is I do: app = Flask(__name__) @app.before_request def init_db_connection: # here I connect to my DB @app.teardown_request def dest...
Cofer asked 26/8, 2012 at 12:50

11

I'm doing some data munging which would be quite a bit simpler if I could stick a bunch of dictionaries in an in-memory database, then run simply queries against it. For example, something ...
Katowice asked 1/3, 2011 at 22:25

3

I've got a Flyway exception: FlywayException: Detected failed migration to version 1.0 I looked for on documentation and forums but I didn't found what mean this exception. Please someone can te...
Liquidize asked 7/7, 2017 at 12:34

1

Solved

I am using alembic to manage my database changes. Other people may also add changes to this database. Everything is set up correctly and this is currebtly working fine. However, because we are many...
Plautus asked 27/7, 2023 at 11:12

7

intellij idea data sources doesn't see existing table in my mysql database, while Netbeans see it. i've created a table in the database. When i create connection in intellij idea data sources, it s...
Niersteiner asked 6/9, 2012 at 10:56

47

I've been trying to create a new database connection on workbench. However, every time I test a connection there is an error message that says Failed to connect to mysql at 127.0.0.1:3306 with u...
Liss asked 11/9, 2014 at 2:10

5

Solved

I have a Mix project and I am trying to insert some data into my local database. I have added the Mongo dependency to my project, then added the lines of code for connecting to the database and for...
Bravery asked 2/5, 2022 at 10:16

15

Solved

I'm using Rails migrations to manage a database schema, and I'm creating a simple table where I'd like to use a non-integer value as the primary key (in particular, a string). To abstract away from...
Painter asked 29/7, 2009 at 14:15

1

I created a table using psycopg2 in jupyter notebook. This was done successfully and I didn't get any error. Now I want to see the table in the pgAdmin interface, but it doesn't appear there. Why? ...
Brumbaugh asked 2/4, 2019 at 11:37

4

Solved

Is it possible to put comments into Hibernate Query Language? If so, how?
Diatonic asked 7/7, 2010 at 16:45

5

Solved

I'm intrigued in the database service Datomic, but I'm not sure if it fits the needs of the projects I work on. When is Datomic a good choice, and when should it be avoided?
Stockjobber asked 20/1, 2014 at 22:34

3

Solved

The idea is that I have local database named northwind, and with postgres_fdw I want to connect with another database named test on localhost (remote connection simulation, for situations like when...

10

Solved

I want to retrieve the values from a database table and show them in a html table in a page. I already searched for this but I couldn't find the answer, although this surely is something easy (this...
Kutzer asked 27/7, 2013 at 21:8

4

Solved

Every socket of MySQL Database will have defaults connections as 100 but I am looking for any way to increase the number of possible connections > 100 to a socket connection of MySQL Database.
Travancore asked 10/3, 2014 at 10:32

5

I am not sure if its possible, but would really appreciate any assistance. I am looking for a script which can generate the complete list of SQL Server databases with the following details for eac...
Ellanellard asked 29/5, 2012 at 9:30

5

Solved

My MongoDB is hosted on compose.io and is called ScroungeBA. I try to create a user with some built-in roles which by the documentary only work in the admin database: MongoDB provides all other...
Breeching asked 7/8, 2015 at 9:19

5

Solved

I'm generating a scientific application that performs a lot of number crunching in Java and C, and accuracy is critical. There is no number crunching done inside the Oracle database (it's merely us...
Alviani asked 29/2, 2012 at 2:36

8

I have this message in my DBeaver Can you help me to fix the problem? Network error Motif: Network unavailable: javax.net.ssl.SSLHandshakeException:PKIX path building failed: sun.security.provid...
Unfriendly asked 19/3, 2022 at 14:43

5

Solved

I am having SQL server 2008 and i am having 10 different databases in it and now i want to search one stored procedure that in which database the stored procedure is present. Mentioned as duplicat...
Furthermore asked 23/3, 2015 at 9:47

© 2022 - 2025 — McMap. All rights reserved.