Original post: http://anothermysqldba.blogspot.com/2014/03/percona-cloud-tools.html
所以,我真的很喜歡這個事實,Percona的是深入,並提供解決方案,以幫助分析MySQL的關注或問題的cloud.percona.com 。
這是很容易安裝。 最快的方法就是安裝了Percona的yum軟件庫,我有 …
Originally posted: http://anothermysqldba.blogspot.com/2014/01/hard-work-that-goes-unnoticed.html
我今天花了一點時間,並更新了我的Linux發行版之一。 在這種分配我碰巧有Percona的5.6安裝為MySQL數據庫。
我之前如何設置你的選擇都提到的MySQL通過yum軟件庫 。
在這裡我想說的是,雖然,我們怎麼永遠感謝這些人對他們做的工作?
許多這些存儲庫是由公司經營和這些人得到報酬為他們做什麼。 …
作者:吴炳锡 来源:http://www.mysqlsupport.cn/ 联系方式: wubingxi#gmail.com 转载请注明作/译者和出处,并且不能用于商业用途,违者必究.
Percona Server 5.6: Enterprise Grade MySQL® with Outstanding Performance
原版PPT猛击:这里
目前讲MySQL5.6 可以说是最好的生产用版本(5.7比5.6更好一点。) 目前5.6可以支持最多64个核(5.5 大概是24个)
Percona-Server是什么:
在MySQL5.6之可以理解为:
Percona Server =MySQL Community
+ Features
+ Bug Fixes
+ Performance Enhancement
…
[获取更多]
Original post: http://anothermysqldba.blogspot.com/2013/09/mysql-yum-repo-oracles-mariadb-and.html
今天,許多人寧願例如從MySQL下載最新的RPM安裝相關軟件時,堅持用yum包管理器。
雖然可以從供應商處下載RPMS使用yum安裝(yum安裝*。轉)你也可以更新您的yum軟件庫直接拉向賣方MySQL的包。
在這篇文章的時候,你只會得到你即使到MySQL 5.5.13的MySQL 5.6 GA發布2013年2月5日通過Oracle回購。 …
Original post: http://anothermysqldba.blogspot.com/2013/08/create-slave-secondary-server-with.html
所以,第一你可能會只是保存自己一些時間,和讀取這方面的的Percona的的例子為:
http://www.percona.com/doc/percona-xtrabackup/2.1/howtos/setting_up_replication.html
但是,只是在區分大小寫這裡是一個例子基於上的一個真正的的形勢下的。
Primary server(主服務器)
# innobackupex /tmp/ …
Original post: http://anothermysqldba.blogspot.com/2013/06/backup-and-recovery-script-for-mysql.html
所以Percona的廣泛使用的備份工具Xtrabackup,他們意識到,每個人都經常使用這個工具在某種類型的腳本。 有一個頁面,談到:
由於我最近做了一個例子,如何使用備份在以前的 …
Original post: http://anothermysqldba.blogspot.com/2013/06/maxbinlogcachesize.html
當你評估你的數據庫的性能和穩定性,它很可能你會開始檢討變量。
在看下面的變量是典型的第一反應.. 等待,什麼是錯的,我的盒子沒有那麼多內存或磁盤空間,以滿足下面列出的最大限制......
MariaDB [(none)]> select @@max_write_lock_count,
@@max_binlog_cache_size, @@max_seeks_for_key,
@@myisam_max_sort_file_size\G
*************************** 1. row
***************************
@@max_write_lock_count: 4294967295
--
4 GB
@@max_binlog_cache_size: 1844674407370954752
--1.6 EB
…
Original post: http://anothermysqldba.blogspot.com/2013/06/mariadb-1003-alpha-install-on-fedora-17.html
,MariaDB的10.0.3阿爾法剛剛發布。
因此,對於那些你還記得我以前 …
Original post: http://anothermysqldba.blogspot.com/2013/06/percona-xtrabackupinnobackupex-backup.html
這是一個非常簡單的例子,如何使用Percona的Xtrabackup / innobackupex
MariaDB的只是在它的世界數據庫作為一個例子數據。
這一切都可以編寫腳本,但現在它是用於演示目的。
創建一個完整的備份:
MariaDB [(none)]> create database Start_Of_Demo; -- Just
here for the demo
Query OK, 1 row affected (0.00 sec)
[root@Fedora64 src]# innobackupex --no-lock --parallel=4
--user=root
--extra-lsndir=/usr/local/src/incremental_last_checkpoint/
--no-timestamp …
Original post: http://anothermysqldba.blogspot.com/2013/05/mysql-41-please-upgrade.html
經常有人問一個MySQL DBA,以幫助各種版本的MySQL。
SELECT VERSION();不過,我求求你... 評估你的選擇和升級。
+----------------+
| VERSION() |
+----------------+
| 4.1.18-classic |
+----------------+
MySQL已經取得了眾多的安全更新更不用說性能更新的問題。 檢查你的MySQL版本。 如果是一個不低於5.5或 …