1 - 10 of 209 Faves|
vote
4
Faved by: relia
Jul 01 2008 - via codezine.jp

Quoted: そこで、ようやくPHPを使う気になったのです。次のことをすべて実行するPHPファイル共有プログラムを作成しました。

1 FaverShareViewed: 3 Times
vote
4
Faved by: relia
21 days ago - via www.moongift.jp

Quoted: 今回紹介するオープンソース・ソフトウェアはinnotop、MySQLの状態を一覧するソフトウェアだ。

innotopはmytopのようなツールで、特にInnoDBについてステータスを管理するのに向いたソフトウェアだ。クエリーやステータス情報、トランザクション情報やレプリケーションの状態、デッドロックなども見られるようになっている。

2 FaversShareViewed: 2 Times
vote
3
Faved by: sasha_chien
15 days ago - via blog.taragana.com

Quoted: I mean every word of it. I found this simple configuration tip after days of continuously looking at MySQL logs (mytop), top, slow log queries, debugging the hell out of applications, reading tons of MySQL optimization tips (and pulling my remaining hairs in frustration) on the web. Even MySQL optimization tips from MySQL doesn't mention it. And yet this single tip solved all my MySQL headaches and performance problems. Here are some of the problems I faced:

1 FaverShareViewed: 2 Times
vote
30
Faved by: falko
Jul 13 2008 - via www.howtoforge.com

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

1 FaverShareViewed: 30 Times
vote
24
Faved by: tracyshaun
Jul 04 2006 - via emergent.urbanpug.com

a good overview of tactics to use when you have very little RAM

4 FaversShareViewed: 20 Times
vote
22
Faved by: falko
Jul 10 2008 - via www.howtoforge.com

This is a detailed description about how to set up an OpenSUSE 11 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, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of OpenSUSE 11, but should apply to the 64-bit version with very little modifications as well.

1 FaverShareViewed: 22 Times
vote
18
Faved by: garraxxi
Aug 04 2007 - via blog.paranoidferret.com
1 FaverShareViewed: 18 Times
vote
40
Faved by: falko
Apr 19 2007 - via www.howtoforge.com

This tutorial shows how to set up a Ubuntu Feisty Fawn (Ubuntu 7.04) based 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 Ubuntu Feisty Fawn, but should apply to the 64-bit version with very little modifications as well.

5 FaversShareViewed: 39 Times
vote
3
Faved by: ketchup
Jul 09 2008 - via www.moongift.jp
4 FaversShareViewed: 1 Time
vote
3
Faved by: mohit
Jul 22 2008 - via www.cftopper.com

We inadvertently provisioned a few database machines with MyISAM instead of InnoDB, and it has been a nightmare. I strongly advice against using MyISAM -- ever.

With MyISAM, we periodically get these incorrect "duplicate key" errors that don't go away until you run the lenghty "repair table" command that somehow fixes everything.

Quoted: Use MyISAM when: The data isn't too critical ( "unreliable and slow, related to table size, table repair process" )
...
Use InnoDB for tables when: The table will be big (100Mb+ - "For reliability and performance, we use InnoDB for almost everything at Wikipedia - we just can't afford the downtime implied by MyISAM use and check table for 400GB of data when we get a crash." )

1 FaverShareViewed: 2 Times

Page 1

Related Content from Around Faves

apache

VIEW ALL