Showing entries 8346 to 8355 of 44029
« 10 Newer Entries | 10 Older Entries »
MySQL Group Replication for MySQL 5.7.10

Hi all, it is time again to do another preview release of MySQL Group Replication, the plugin that brings multi-master update everywhere to MySQL, like we described in Hello World post.

We are very proud to do the sixth preview release of MySQL Group Replication, version 0.7.0 based on MySQL Server 5.7.10, which introduces new exciting features, please enjoy the highlights!…

How to count unique domains from email address field in MySQL

you want to count domain from your email address field in mysql if you are working on PHP then you could do easily by using explode function and counting domains but that way is a very bad logic and it take max time on execution when you have lot of data But we can do easily in MySQL by using SUB

How to count unique domains from email address field in MySQL

you want to count domain from your email address field in mysql if you are working on PHP then you could do easily by using explode function and counting domains but that way is a very bad logic and it take max time on execution when you have lot of data But we can do easily in MySQL by using SUB

MySQL Replication Defaults After 5.7

The default or “out of the box” experience is simply the experience for most people, so it’s critically important for us to ensure that the default configuration offers a good experience for the vast majority of cases. This is always a challenge, due to the matrix of factors involved–hardware configurations, software stacks, application use cases, etc.–but it’s most certainly a worthy endeavor.…

Planning the defaults for MySQL 5.8

In the MySQL team we pay close attention to the default configuration of MySQL, and aim for users to have the best out of the box experience possible.

Following on from a series of blog posts for MySQL 5.7, we are now planning the defaults for MySQL 5.8.…

How to Install Drupal 8 with Apache, MySQL and SSL on Ubuntu 15.10

In this tutorial, I will show you how to install Drupal 8 on Ubuntu 15.10 with Apache as web server, MySQL as database backend and how to secure the website with SSL. Drupal is a open-source content management system based on PHP and distributed under the GNU General Public License. Drupal is a scalable and open platform for web content management, it's community provides more than 31,000 modules to extend the core functions and Drupal is used by at least 2.1% of all website on the internet.

Laravel How to count number of files in folder and remove all files in folder example

you are working on laravel framwork and you want to count how many image or files in folder and print of front then you can do with laravel File classyou can also count in core PHP by using glob but if you are working on laravel then you have to use File class library and it is easy and more

Announcing Galera Cluster 5.5.47 and 5.6.28 with Galera 3.14

Codership is pleased to announce the release of Galera Cluster 5.5.47 and 5.6.28 with Galera Replication library 3.14, implementing wsrep API version 25.

The library is now available as targeted packages and package repositories for a number of Linux distributions, including, RHEL, Ubuntu, Debian, Fedora, CentOS, OpenSUSE and SLES. Obtaining packages using a package repository removes the need to download individual files and facilitates the deployment and upgrade of Galera nodes.

This and future releases will be available from http://www.galeracluster.com. The source repositories and bug tracking are now on http://www.github.com/codership .

This release incorporates all changes up to MySQL 5.5.47 and 5.6.28.

New features and notable fixes in Galera replication since last binary release by Codership (3.13):

  • use system ASIO library when compiling, if available (codership/galera#367)
[Read more]
MariaDB Enterprise Now Supports MariaDB 10.1

Tue, 2016-01-12 20:48nishantvyas

Customers have been excited to get their hands on the performance and maintenance enhancements and data encryption capabilities made available through MariaDB 10.1. We are happy to announce that MariaDB Enterprise and Enterprise Cluster subscriptions now support MariaDB 10.1 and make all of these features available to our subscription customers.

With MariaDB Enterprise supporting 10.1, users can fully and transparently encrypt their databases and protect their data-at-rest, and benefit from password validation and role-based access control improvements. Adding this critical security layer requires no changes to existing applications, and critically, maintains the same high level of performance. Data breaches cost an average of $3.8M, and we encourage all MariaDB users, as well as companies using MySQL, to make the easy migration to MariaDB Enterprise supporting MariaDB 10.1 to reduce their security …

[Read more]
Designing Schemaless, Uber Engineering’s Scalable Datastore Using MySQL

The making of Schemaless, Uber Engineering’s custom designed datastore using MySQL, which has allowed us to scale from 2014 to beyond. This is part one of a three-part series on Schemaless.

In Project Mezzanine we described how we migrated Uber’s …

The post Designing Schemaless, Uber Engineering’s Scalable Datastore Using MySQL appeared first on Uber Engineering Blog.

Showing entries 8346 to 8355 of 44029
« 10 Newer Entries | 10 Older Entries »