WWW.DBVERSITY.COM
WWW.DBVERSITY.COM
Menu
  • Home
  • About us
  • Discussions
  • Login / Register

Welcome to the world of Database Technologies

Browse: Page 7

Protecting SSL privatekey with password

December 22, 2016 · by dbversity · in MariaDB

Once you’re done with Setting up SSL (openssl) with MariaDB , run below command against your private key to assign a password and out file to a new private key file. [root@dbversity ~]# openssl rsa -aes256 -in /etc/opt/rh/rh-mariadb101/pki/mariadb_private.key -out /tmp/mariadb_privatekey.with_password_aes…

Reading/Parsing a CRL with OpenSSL

December 22, 2016 · by dbversity · in Linux, RDBMS

Below command used to parse and give you a list of revoked serial numbers: openssl crl -inform DER -text -noout -in mycrl.crl Most CRLs are DER encoded, but you can use -inform PEM if your CRL is not binary. If…

MariaDB SSL CRL testing issue ?!

December 22, 2016 · by dbversity · in MariaDB

[usr@hostname pki]# openssl crl -inform DER -text -noout -in DBversity_Internal_DeviceCA_CRL.crl | grep -A1 ‘XXXXXXXXXXXXXX’ Serial Number: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Revocation Date: Dec 6 08:46:28 2016 GMT [usr@hostname pki]# [usr@hostname pki]# [usr@hostname pki]# date Fri Dec 9 06:04:44 EST 2016 [usr@hostname pki]# But…

The Trie: A Neglected Data Structure

November 1, 2016 · by Irina Papuc · in BigData

From the very first days in our lives as programmers, we’ve all dealt with data structures: Arrays, linked lists, trees, sets, stacks and queues are our everyday companions, and the experienced programmer knows when and why to use them. In…

MySQL/MariaDB vs MongoDB Privileges Comparision

November 1, 2016 · by dbversity · in MariaDB, MongoDB, MySQL

privileges_comparision_mysql_or_mariadb_vs_mongodb

How to Transition from SQL to MongoDB

October 8, 2016 · by dbversity · in MongoDB, RDBMS

How to Transition from SQL to MongoDB It’s the ultimate question. Five years ago you would have looked at your company’s environment and you have said “we’re a SQL shop.” The same was true of MongoDB’s 3000+ customers before they…

MariaDB: What is buzzing ?!

October 7, 2016 · by dbversity · in MariaDB

MARIADB NEWSLETTER October 2016 Welcome to the MariaDB newsletter, which features our latest updates, news, events and more. There’s so much going on that we can’t possibly fit it all into one newsletter, so keep an eye on mariadb.com to learn…

Getting Started with Elixir Programming Language

October 5, 2016 · by Irina Papuc · in Generic

If you have been reading blog posts, hacker news threads, your favorite developers tweets or listening to podcasts, at this point you’ve probably heard about the Elixir programming language. The language was created by José Valim, a well known developer…

MariaDB “JDBC/Connector J” Connection with SSL enabled.

October 5, 2016 · by dbversity · in MariaDB, MySQL

[root@dbversity-com rh-mariadb101]# cat /etc/opt/rh/rh-mariadb101/my.cnf # This group is read both both by the client and the server # use it for options that affect everything [client-server] #################### <– Client-Server SSL Options–> ####################################### ssl ssl-cipher = AES128+EECDH:AES128+EDH ssl-ca = /etc/opt/rh/rh-mariadb101/pki/ca.pem ssl-cert…

MariaDB ODBC Driver (Connector/ODBC) testing

October 5, 2016 · by dbversity · in MariaDB, MySQL

root@dbversity-com ]# ll -lhtr -rw-r–r– 1 698K Oct 4 06:42 mariadb-connector-odbc-2.0.12-ga-linux-x86_64.tar.gz [root@dbversity-com ]# [root@dbversity-com ]# [root@dbversity-com ]# [root@dbversity-com ]# tar -zxvf mariadb-connector-odbc-2.0.12-ga-linux-x86_64.tar.gz mariadb-connector-odbc-2.0.12-ga-linux-x86_64/lib64/libmaodbc.so mariadb-connector-odbc-2.0.12-ga-linux-x86_64/share/doc/mariadb_connector_odbc/COPYING mariadb-connector-odbc-2.0.12-ga-linux-x86_64/share/doc/mariadb_connector_odbc/README [root@dbversity-com ]# [root@dbversity-com ]# [root@dbversity-com ]# [root@dbversity-com ]# ll -lhrt -rw-r–r– 1 698K Oct 4…

← Previous 1 … 6 7 8 … 54 Next →

Categories

Categories

Copyright © 2025 WWW.DBVERSITY.COM

Powered by WordPress and Origin