- Home
- Tag: Linux
Posts tagged Linux
Tag: Linux
MariaDB MaxScale Installation Guide

Feed: MariaDB Knowledge Base Article Feed. Author: . First Steps With MariaDB MaxScale In this introduction to MariaDB MaxScale the aim is to take the reader from the point of installation to making the decision as to which of the various setups that are possible with MariaDB MaxScale should be the initial configuration to use. One of the problems that new users to MariaDB MaxScale suffer is deciding exactly what they should consider as a base configuration to start exploring what MariaDB MaxScale is capable of. MariaDB MaxScale is highly configurable, with new plugins expanding the capabilities of MariaDB MaxScale, ... Read More
An HDFS Tutorial for Data Analysts Stuck With Relational Databases
Feed: Featured Posts - Hadoop360. Author: Irina Papuc. Introduction By now, you have probably heard of the Hadoop Distributed File System (HDFS), especially if you are data analyst or someone who is responsible for moving data from one system to another. However, what are the benefits that HDFS has over relational databases? HDFS is a scalable, open source solution for storing and processing large volumes of data. HDFS has been proven to be reliable and efficient across many modern data centers. HDFS utilizes commodity hardware along with open source software to reduce the overall cost per byte of storage. With ... Read More
MySQL in the Cloud – Pros and Cons of Amazon RDS

Feed: Planet MySQL. Author: Severalnines. Moving your data into a public cloud service is a big decision. All the major cloud vendors offer cloud database services, with Amazon RDS for MySQL being probably the most popular. In this blog, we’ll have a close look at what it is, how it works, and compare its pros and cons. RDS (Relational Database Service) is an Amazon Web Services offering. In short, it is a Database as a Service, where Amazon deploys and operates your database. It takes care of tasks like backup and patching the database software, as well as high availability ... Read More
Blog – pgDay Paris 2017

Feed: Planet PostgreSQL. pgDay Paris 2017 is the third annual one-day, one-track PostgreSQL conference, held in Paris, France. This year's conference is planned for March 23rd, 2017.This year, all presentations are in English in order to bring to Paris the very best of the international community and to show how PostgreSQL is used around the globe.A PostgreSQL DBAs Toolbelt for 2017 Kaarel Moppel, a consultant from Austrian PostgreSQL company Cybertec, takes us on a tour of handy tools and scripts that every DBA should know about. Corruption War Stories Christophe Pettus, CEO of American company PostgreSQL Experts, shares with us ... Read More
ODBC Driver 13.1 for Linux Released

Feed: SQL Server Blog. Author: SQL Server Team. This post is authored by Meet Bhagdev, Program Manager, Microsoft Hi all. We are delighted to share the Production Ready Release of the Microsoft ODBC Driver 13.1 for Linux (Ubuntu, RedHat and SUSE). The new driver enables access to SQL Server, Azure SQL Database and Azure SQL DW from any C/C++ application on Linux. Added BCP API support You can use functions through the ODBC driver as described here on Linux. Support for user-defined KeyStoreProvider for Always Encrypted You can now user-defined/created AE Column Master Key keystore providers. Check out code samples ... Read More
MySQL Server log Maintenance

Feed: Planet MySQL. Author: Lalit. As a part database administration, DBA has to take care of sub-components of database like server logs and has to plan for maintenance activity for these components regularly. MySQL has various types of log i.e binary log, error log, slow query log, general log for different purposes. And after certain time these logs will grow and you will start seeing issues like low disk space, a large number of logs etc. MySQL has various types of log i.e binary log, error log, slow query log, general log for different purposes. And after certain time these logs will grow and you will ... Read More
Upgrading your MySQL Server Farm

Feed: Planet MySQL. Author: Geir Hoydalsvik. There are several advantages to keeping up to date with the latest major versions of MySQL. To provide a short example using MySQL 5.7: Let application developers benefit from new functionality, e.g. JSON in 5.7 Use your hardware infrastructure more efficiently with parallel slaves in 5.7 Improve monitoring or management for DevOps with more performance schema instrumentation in 5.7 Improve security by using features like transparent data encryption, firewall, auditing, and sha256 authentication in 5.7 Keep within the EOL window for access to maintenance releases and support This blog post explains general activities in an upgrade ... Read More
MariaDB Server in Microsoft Azure

Feed: MariaDB Knowledge Base Article Feed. Author: . Deploying a Standalone MariaDB Server VM Connecting to the VM After starting the deployment from the Azure Portal web interface, you'll need to wait about 5 minutes for it to complete. You can monitor the progress of the deployment by finding your Resource Group and either choosing Deployments under Settings or clicking the link under the Deployments heading in the Essentials section. After the deployment finishes, you will need to SSH to the MariaDB VM in order to connect to MariaDB Server using the MariaDB command-line client. To find the SSH command ... Read More
Prerequisites

Feed: MariaDB Knowledge Base Article Feed. Author: . Windows Visual Studio 2013 or newer (older versions of Visual Studio may also work but have not been tested). cmake, available from the CMake website. for Connector/C 2.x: OpenSSL libraries and include files. for Connector/C 3.0 remote-io plugin: Curl libraries and include files Linux / Mac OS X The following is a list of tools that are required for building MariaDB Connector/C on Linux and Mac OS X. Most, if not all, of these will exist as packages in your distribution's package repositories, so check there first. gcc 2.95 or newer C ... Read More
Prerequisites For Building Connector/C From Source

Feed: MariaDB Knowledge Base Article Feed. Author: . Windows Visual Studio 2013 or newer (older versions of Visual Studio may also work but have not been tested). cmake, available from the CMake website. for Connector/C 2.x: OpenSSL libraries and include files. for Connector/C 3.0 remote-io plugin: Curl libraries and include files Linux / Mac OS X The following is a list of tools that are required for building MariaDB Connector/C on Linux and Mac OS X. Most, if not all, of these will exist as packages in your distribution's package repositories, so check there first. gcc 2.95 or newer C ... Read More
Recent Comments