1 - 10 of 224 Faves|
vote
7
Faved by: mohit
Sep 24 2008 - via www.mysqlperformanceblog.com

There are some helpful tips in here, whether or not you use replication. In my experience, the most important thing with database performance is to minimize the time and row range over which you hold write locks -- and that's what this post is essentially about.

Quoted: Piping data through application is the best solution in many cases and is quite easy - it is trivial to write the function which will take SELECT query and the table to which store its result set and use in your application in all cases when you need this functionality.

1 FaverShareViewed: 6 Times
vote
3
Faved by: mike
May 15 2009 - via dev.mysql.com

5.1 is the current production release of MySQL

2 FaversShareViewed: 2 Times
vote
10
Faved by: guido
Feb 22 2009 - via www.araelium.com
4 FaversShareViewed: 8 Times
vote
1
Faved by: falko
Jun 26 2007 - via www.howtoforge.com

Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

1 FaverShare
vote
1
Faved by: falko
Oct 31 2007 - via www.howtoforge.com

This guide describes how to set up a full email solution in Debian Linux (all code is from Debian Etch). I was asked to design a secure, scalable, portable solution for a small company. While the guide references many servers, the company only had 4 physical machines, Xen was used to virtualize the entire solution. That particular aspect of the system is not discussed in this guide, although I will try to get it into the next revision.

1 FaverShare
vote
1
Faved by: falko
Nov 20 2007 - via www.howtoforge.com

This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota (quota is not built into Postfix by default, I will show how to patch your Postfix appropriately). Passwords are stored in encrypted form in the database (most documents I found were dealing with plain text passwords which is a security risk). In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses.

1 FaverShare
vote
2
Faved by: ketchup
Jul 28 2008 - via www.ge-dale.com

Quoted: ジェダールは、CSV/TSV(タブテキスト)/FileMaker Pro/Microsoft Excel/MySQL/PostgreSQLなどの幅広いデータソースから、Adobe InDesign/Adobe Illustrator/QuarkXPressなどの各種DTPソフトやHTMLファイルへの自動組版を実現するソフトウェアです。

1 FaverShareViewed: 2 Times
vote
1
Faved by: falko
Oct 10 2007 - via www.howtoforge.com

This is a detailed description about how to set up a Mandriva 2008 Free (Mandriva 2008.0) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Mandriva 2008, but should apply to the 64-bit version with very little modifications as well.

1 FaverShare
vote
1
Faved by: falko
Jun 17 2008 - via www.howtoforge.com

This tutorial shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This cluster is load-balanced by an Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).

1 FaverShare
vote
26
Faved by: derek
Aug 21 2008 - via www.new.facebook.com

Interesting writeup of hacking MySQL to dirty memcached entries after replication sync.

Quoted: REPLACE INTO profile (`first_name`) VALUES ('Monkey') WHERE `user_id`='jsobel' MEMCACHE_DIRTY 'jsobel:first_name'

1 FaverShareViewed: 25 Times

Page 1