WWW.DBVERSITY.COM
WWW.DBVERSITY.COM
Menu
  • Home
  • About us
  • Discussions
  • Login / Register
Welcome to the world of Database Technologies
Browse: Home » dbversity » Page 8

MongoDB: Working with JS ( For Loop)

August 12, 2016 · by dbversity · in MongoDB

MongoDB itself has provided some basic looping mechanism through which you can achieve iteration functionality. let’s discuss one by one. FOR LOOP:- For loop is a basic loop available in mongodb and its syntax is just same as we have…

MongoDB 3.2 CSharp Driver 2.2 Testing with SSL & Kerberos Enabled

August 10, 2016 · by dbversity · in MongoDB

using System; using MongoDB.Bson; using MongoDB.Driver; using MongoDB.Driver.Builders; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { protected static IMongoClient _client; protected static IMongoDatabase _database; public static void Main(string[] args) { var credential = MongoCredential.CreateGssapiCredential(“user@DBVERSITY.COM”);…

MongoDB: Understanding Oplog

August 9, 2016 · by dbversity · in MongoDB

The following table clearly explains what each Oplog field denotes.   Field Name Alias Details Operations Values ts TimeSpace Holds the “Time of the operation” & “incremental id”. For all bulk (insert/remove/update) operations “Time of the operation” remains same and…

MemSQL’s Kerberos setup with SSL

August 5, 2016 · by dbversity · in Linux, MemSQL

    As of MemSQL 5.0, MemSQL includes an authentication plugin that enables a MemSQL Server to use PAM (Pluggable Authentication Modules) to authenticate users. PAM enables a system to use a standard interface to access various kinds of authentication…

[MariaDB/RHEL]: Removing world read access to all files/directories

July 27, 2016 · by dbversity · in MariaDB

Removing world read access from all the MariaDB related files. ========================================== umasking to 027 will remove world read access …. chmod 750 $(find /opt/rh/rh-mariadb101 -type d) & chmod 750 $(find /var/run/rh-mariadb101-mariadb -type d) & chmod 750 $(find /var/opt/rh/rh-mariadb101 -type d) &…

[MariaDB]: Enforcing SSL for all connections

July 27, 2016 · by dbversity · in MariaDB

If we’ve configured required ssl configuration in the my.cnf and enabled ssl globally with required variables (have_ssl, have_open_ssl). Though we create users without REQUIRE SSL privilege, they will use SSL connection. [ root @ dbversity : /var/lib/mysql ] grep ‘ssl’…

RHEL’s MariaDB : how to do I add service script in Linux’s startup.

July 27, 2016 · by dbversity · in MariaDB

[ root @ my-host-name : ~ ] ps -ef | grep mysql root      2158     1  0 02:36 ?        00:00:00 /bin/sh /opt/rh/rh-mariadb101/root/usr/bin/mysqld_safe –datadir=/var/opt/rh/rh-mariadb101/lib/mysql –socket=/var/lib/mysql/mysql.sock –pid-file=/var/run/rh-mariadb101-mariadb/mariadb.pid –basedir=/opt/rh/rh-mariadb101/root/usr –user=mysql mysql     2332  2158  0 02:36 ?        00:00:00 /opt/rh/rh-mariadb101/root/usr/libexec/mysqld –basedir=/opt/rh/rh-mariadb101/root/usr –datadir=/var/opt/rh/rh-mariadb101/lib/mysql –plugin-dir=/opt/rh/rh-mariadb101/root/usr/lib64/mysql/plugin/ –user=mysql –log-error=/var/opt/rh/rh-mariadb101/log/mariadb/mariadb.log –pid-file=/var/run/rh-mariadb101-mariadb/mariadb.pid…

Neo4j Installation

July 21, 2016 · by dbversity · in Neo4j

Go to http://neo4j.com/download/  and download the Community edition. This should download  Neo4j 2.3 Based on your download type, follow the appropriate instructions.   Linux/Mac/Windows zip Untar/unzip the download Run command: bin/neo4j start for Linux/Mac or just bin/neo4j for Windows Go to http://localhost:7474/  and verify that the Neo4j Browser loads Shut it down with a bin/neo4j stop for Linux/Mac or Ctrl­ C for Windows Windows Installer    1. Install neo4j and launch it 2. Click on Browse and select a database location (create a new folder, say c:\tutorial) 3. Click start 4. Go to  http://localhost:7474/  and verify that the Neo4j Browser loads Install docs are located at  http://neo4j.com/docs/stable/server­installation.html  

Intro to Neo4j webinar

July 19, 2016 · by dbversity · in Neo4j

Webinar | Thursday, July 21st Intro to Neo4j Webinar Thursday, July 21st 9:00 PDT | 12:00 EDT Register Now In this introduction to Neo4j and Graph Databases, we discuss the primary use cases for Graph Databases and explore the properties…

How MongoDB’s Plan Cache works !

July 15, 2016 · by dbversity · in MongoDB

When queries will get cached in MongoDB ? To answer this, not all queries automatically place a query plan in the cache. The query optimizer only caches the plans for those query shapes that can have more than one “viable/feasible…

← Previous 1 … 7 8 9 … 49 Next →

Categories

Categories

Copyright © 2025 WWW.DBVERSITY.COM

Powered by WordPress and Origin