Quantcast
Channel: Shinguz's blog
Browsing all 318 articles
Browse latest View live

Migration between MySQL/Percona Server and MariaDB

Taxonomy upgrade extras: migrationsidegradeupgrademysqlmariadbpercona serverconversioncompatibilityThis week, we did some migrations from MariaDB 10.0 to Percona Server 5.6 at the IT department of a...

View Article


Get rid of wrongly deleted InnoDB tables

Taxonomy upgrade extras: BackupRestoreRecoveryinnodbtablePrecaution: Before you try this out on your production system do a BACKUP first! FromDual Backup Manager can help you with this.SituationA MySQL...

View Article


failed MySQL DDL commands and Galera replication

Taxonomy upgrade extras: galerareplicationDDLTOIRSUWe have recently seen a case where the following command was executed on a Galera Cluster node:SQL> GRANT SUPER ON userdb.* TO root@127.0.0.111;...

View Article

Image may be NSFW.
Clik here to view.

Making HAProxy High Available for MySQL Galera Cluster

Taxonomy upgrade extras: HAProxyload balancerGalera ClusterVIPvirtual IPHigh AvailabilityhaAfter properly installing and testing a Galera Cluster we see that the set-up is not finished yet. It needs...

View Article

Avoid temporary disk tables with MySQL

Taxonomy upgrade extras: temporary tablediskselectquery tuningFor processing SELECT queries MySQL needs some times the help of temporary tables. These temporary tables can be created either in memory...

View Article


Impacts of max_allowed_packet size problems on your MySQL database

Taxonomy upgrade extras: max_allowed_packetconnectionBackupRestoredumpWe recently run into some troubles with max_allowed_packet size problems during backups with the FromDual Backup/Recovery Manager...

View Article

MySQL table Point-in-Time-Recovery from mysqldump backup

Taxonomy upgrade extras: BackupRestoreRecoverymysqldumppoint-in-time-recoverypitrSometimes we face the situation where we have a full MySQL database backup done with mysqldump and then we have to...

View Article

Image may be NSFW.
Clik here to view.

Download MySQL Enterprise Features

Taxonomy upgrade extras: enterprise monitorBackupworkbenchenterpriseMySQL provides some great enterprise features beside the MySQL Server. The ones we are asked the most at customers are:MySQL...

View Article


Nagios and Icinga plug-ins for MySQL 1.0.0 have been released

Taxonomy upgrade extras: nagiosicingaplug-inmonitorperformancealertFromDual has the pleasure to announce the release of the new version 1.0.0 of its widely used Nagios and Icinga plug-ins for MySQL,...

View Article


Image may be NSFW.
Clik here to view.

Creating Event Handlers with MySQL Enterprise Monitor

Taxonomy upgrade extras: MySQL Enterprise Monitormonitoringeventhandlermpmperformance monitorMySQL Enterprise Monitor (MEM) has by default no Event Handlers created and activated. These Event Handlers...

View Article

MySQL Enterprise Incremental Backup simplified

Taxonomy upgrade extras: mebMySQL Enterprise BackupenterpriseBackupincremental backupMySQL Enterprise Backup (MEB) has the capability to make real incremental (differential and cumulative?) backups....

View Article

Rename MySQL Partition

Taxonomy upgrade extras: partitionrenameDDLBefore I forget it and have to search again here a short note about how to rename a MySQL Partition:My dream:ALTER TABLE history RENAME PARTITION p2015_kw10...

View Article

Galera Cluster last inactive check and VMware snapshots

Taxonomy upgrade extras: galeravmwaresnapshotFrom time to time we see at Galera Cluster customer engagements the following, for me scary, warning in the MySQL error log:[Warning] WSREP: last inactive...

View Article


Logging Galera Cluster conflicts

Taxonomy upgrade extras: logginggaleraclusterconflictdeadlockerror logerrorWe typically suggest our customers to use our MySQL/Galera Cluster my.cnf configuration template to avoid MySQL configuration...

View Article

Image may be NSFW.
Clik here to view.

Controlling worldwide manufacturing plants with MySQL

Taxonomy upgrade extras: multi-source replicationmysql-replicationreplicationMulti-Master Replicationfan-in replicationrow filteringGTIDA MySQL customer of FromDual has different manufacturing plants...

View Article


Wir suchen Dich: MySQL/MariaDB DBA für FromDual Support

Taxonomy upgrade extras: jobDBAsupportWer sind wir?FromDual ist das führende unabhängige Beratungs- und Dienstleistungsunternehmen für MySQL, Galera Cluster, MariaDB und Percona Server in Europa mit...

View Article

FromDual Backup Manager for MySQL 1.2.2 has been released

FromDual has the pleasure to announce the release of the new version 1.2.2 of the popular Backup Manager for MySQL and MariaDB (fromdual_bman).You can download the FromDual Backup Manager from here.In...

View Article


Max_used_connections per user/account

How many connections can be opened concurrently against my MySQL or MariaDB database can be configured and checked with the following command:SHOW GLOBAL VARIABLES LIKE 'max_connections';...

View Article

Galera Cache sizing

To synchronize the data between the Galera Cluster and a new or re-entering Galera node Galera Cluster uses 2 different mechanisms:For full synchronization of data: Snapshot State Transfer (SST).For...

View Article

MariaDB 10.2 Window Function Examples

MariaDB 10.2 has introduced some Window Functions for analytical queries.See also: Window Functions, Window Functions, Window function and Rows and Range, Preceding and FollowingFunction...

View Article
Browsing all 318 articles
Browse latest View live