2009年3月5日星期四

转旧文章记录

忙了大半天,终于将原来比较重要的文章转过来了

Mysql 备份解决方案的10点注意事项

Are you using someone else’s backup solution for your MySQL data? Do you care a lot about your data? Are you sure you’re getting a reliable, recoverable backup that’ll work for your business and your application, and won’t impact your critical processes while it runs? Here are ten questions you need to be able to answer:


1.是否是热备份?是的话,备份时服务器运行状态阻塞、I/O、缓存等对备份有什么影响?(Does the backup require shutting down MySQL? If not, what is the impact on the running server? Blocking, I/O load, cache pollution, etc? )
2.使用什么技术来备份,是mysqldump或者类似的方法,还是直接备份数据文件的方法?(What technique is used for the backup? Is it mysqldump or a custom product that does something similar? Is it a filesystem copy? )
3.InnoDB 引擎的数据库是不可以通过直接备份数据文件的方式来备份的(Does the backup system understand that you cannot back up InnoDB by simply copying its files? )
4.FLUSH TABLES, LOCK TABLES, or FLUSH TABLES WITH READ LOCK等操作都需要中断数据库的正常进程(Does the backup use FLUSH TABLES, LOCK TABLES, or FLUSH TABLES WITH READ LOCK? These all interrupt processing. )
5.对数据库还有其他的影响吗?(What other effects are there on MySQL? I’ve seen systems that do a RESET MASTER, which immediately breaks replication. Are there any FLUSH commands at all, like FLUSH LOGS? )
6.恢复备份的可靠性怎么样?(How does the system guarantee that you can perform point-in-time recovery? )
7.怎么样保证恢复后在二进制日志、InnoDB日志和主从复制之间数据的一致性?(How does the system guarantee consistency with the binary log, InnoDB logs, andreplication? )
8.可以使用这个系统来建立一个主从复制的从服务器吗?(Can you use the system to set up new MySQL replication slaves? How? )
9.此系统可验证备份是可恢复的吗?如:InnoDB 的恢复(Does the system verify that the backup is restorable, e.g. does it run InnoDB recovery before declaring success? )
10.对这个备份有系统的标准、保险和可恢复执行什么样的要求?它的强壮性如何?它的可靠性如何?(Does anyone stand behind it with support, and guarantee working, recoverable backups? How strong is the legal guarantee of this and how much insurance do they have? )


There are a lot of other things a backup solution needs to provide, but these are some of the things I’d require specifically for MySQL, or more so for MySQL than for other types of backups.

Where is this post coming from? Well, I’ve had a couple of frustrating encounters with vendors who sell backup products with some kind of agent for MySQL backup. I am almost never able to get any significant technical detail on how their backups are implemented, and often I can’t even get the most basic information such as “dump or file copy.” Sometimes they tell me to register and download a whitepaper that just has a bullet point “Support for MySQL Databases”. Or “I have to transfer you to the salesperson who covers your region” and I never get to talk to anyone.

Some of them even use the word “proprietary” as if it’s a good thing. In reality, a proprietary, secret backup black-box is unacceptable. MySQL backups are complex and difficult to get right. It is very application-dependent and technology-dependent. Unless I know exactly how it works, I cannot tell the client whether it’ll work for them at all.

So I offer the above list as a way to evaluate your backup provider’s suitability for enterprise-ready backup uses. If you can’t answer these questions, it’s a system that you can’t evaluate seriously, in my opinion.

翻译的不准确请大家谅解。
原文地址:http://www.mysqlperformanceblog.com/2009/03/03/10-things-you-need-to-know-about-backup-solutions-for-mysql/

Mysql 5.1.32发布

更新日志:http://dev.mysql.com/doc/refman/5.1/en/news-5-1-32.html

服务器及数据库网址集合


MySQL相关网站



 


mysql-master-master - Google Code
MySQL AB -- MaxDB?
MySQL Backup: Zmanda Recovery Manager for MySQL
Hack MySQL :: Scripts and documents for hacking MySQL
ndbinstaller (install MySQL Cluster) – Trac
MySQL Performance Blog
MySQL Sandbox in Launchpad
Maatkit: a toolkit of utilities and tools for MySQL
Xaprb
High Performance MySQL ? Home
google-mysql-tools - Google Code
The Data Charmer
Scalable BLOB Streaming Infrastructure for MySQL

SQL相关网站



 


Apache Derby
EnterpriseDB - Postgres Plus
Firebird - Relational Database for the New Millenium
Firebird中文社区
flamerobin.org
HG SQL
HSQLDB
Hypertable- An Open Source, High Performance, Scalable Database
IBM Software - Cloudscape - Product Overview
Oracle 公司
PostgreSQL The world's most advanced open source database
PostgreSQL 中文网 - PgSQL - PostgreSQL 中文网 中国
Sleepycat Software- Berkeley DB Database, XML Database, Native Java Database
Taffy DB : A JavaScript database for your browser
db4o -- Native Java & .NET Object Database -- Open Source
BNF Grammars for SQL-92, SQL-99 and SQL-2003
SQLite home page
Hypertable: An Open Source, High Performance, Scalable Database
protobuf - Google Code
Tokyo Cabinet: a modern implementation of DBM
FREE Databases from Database Answers.org
ConnectionStrings.com - Forgot that connection string? You will find it right here!

 



WEB Server相关网站:


:: bind ::
Apache 2 on Windows - W32 binaries download
dolphin - lightweight, high performance, HTTP proxy
HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer
http://www.caucho.com/download/
http://www.pyxer.net/
IIPImage :: IIPImage
memcached: a distributed memory object caching system
memcached for Win32
Mod_python - Apache-Python Integration
SmartFoxServer- Socket server for Flash multiplayer games and applications
Varnish - Trac
web2py Enterprise Web Framework
AppWeb Embedded Web Server Software and Solutions
squid : Optimising Web Delivery
Kevin Worthington
lighttpd fly light
nginx
NginxChs - Nginx Wiki
Ziproxy homepage
WWWOFFLE Homepage
WikiStart.zh - XCache - Boost PHP Performance - Trac
Main Page - Fail2ban
Inlab Software GmbH - Balance
Home - Continuent


一些中文博客:


Taobao DBA Team
架构研究室
DBA notes - Web 2.0 网站架构、优化 数据库架构
Alibaba DBA Team
我的文章 - 月亮他哥

还是使用现成的空间吧

上一个合租的空间被取消了,丢失数据若干,唉!
最近还准备再买个合租的空间呢,但是这个竟然还没有被和调,很不错。
所以决定以后还是在这个空间吧。