About 50,400,000 results
Open links in new tab
  1. How can I list all collections in the MongoDB shell?

    db.runCommand( { listCollections: 1.0, authorizedCollections: true, nameOnly: true } ) For users with the required access (privileges that grant listCollections action on the database), the method lists the …

  2. MongoDB - admin user not authorized - Stack Overflow

    Agreed that you've to get authenticated to admin db and needs at least a role with correct privileges which would avoid 'local host exception' from DB (this is for mongoDB's hosted on-premises), though …

  3. How to connect Python to Db2 - Stack Overflow

    ibm_db_django serves as Db2 driver in the Django Framework. Note that there are additional Python database interfaces which make use of existing JDBC or ODBC drivers which can be used to …

  4. php - CodeIgniter - how to catch DB errors? - Stack Overflow

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I get it? …

  5. File extension .DB - What kind of database is it exactly?

    12 If you're on a Unix-like platform (Mac OS X, Linux, etc), you could try running file myfile.db to see if that can figure out what type of file it is. The file utility will inspect the beginning of the file, looking for …

  6. Failed to run the WC DB work queue associated with file

    Extract the zip and add the path where you kept the sqlite3.exe to your windows PATH variable. Now navigate to the location of your .svn directory Open in command window and execute the sqlite3 …

  7. What are the .db-shm and .db-wal extensions in Sqlite databases?

    The contents of the WAL are periodically moved to the DB file but this is not guaranteed to occur each time the process exits. Thus when WAL is enabled each SQLite DB consists of two files on disk that …

  8. What is the T-SQL To grant read and write access to tables in a ...

    What is the exact SQL to assign db_datareader and db_datawriter roles to a user in SQL Server? The user name is MYUSER and the database is MYDB.

  9. database - Storing Images in DB - Yea or Nay? - Stack Overflow

    So I'm using an app that stores images heavily in the DB. What's your outlook on this? I'm more of a type to store the location in the filesystem, than store it directly in the DB. What do you thi...

  10. Connect to remote db with ssh tunneling in DBeaver

    The Strato Support told me that I can only connect to the db internally with phpmyadmin or remotely wiht putty and mysql, but since the last method is working, shouldn't ssh-tunneling also work?