Blog

Home arrow Blog
Blog - Content Section Layout
Python for the PalmOS
Contributed by Joe   
Monday, 19 June 2006
Abstract (from IBM)

Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. David evaluates the strengths and limitations of Pippy as a means of implementing Palm applications.

Last Updated ( Monday, 19 June 2006 )
Read more...
HOWTO set up a MySQL Cluster for two servers (three servers required for true redundancy)
Contributed by Joe   
Monday, 19 June 2006
Introduction of setting up a MySQL Cluster

This HOWTO was designed for a classic setup of two servers behind a loadbalancer. The aim is to have true redundancy - either server can be unplugged and yet the site will remain up.

Notes:

You MUST have a third server as a managment node but this can be shut down after the cluster starts. Also note that I do not recommend shutting down the managment server (see the extra notes at the bottom of this document for more information). You can not run a MySQL Cluster with just two servers And have true redundancy.

Although it is possible to set the cluster up on two physical servers you WILL NOT GET the ability to "kill" one server and for the cluster to continue as normal. For this you need a third server running the managment node.

I am going to talk about three servers:

mysql1.domain.com   192.168.0.1
mysql2.domain.com   192.168.0.2
mysql3.domain.com   192.168.0.3

Servers 1 and 2 will be the two that end up "clustered". This would be perfect for two servers behind a loadbalancer or using round robin DNS and is a good replacement for replication. Server 3 needs to have only minor changes made to it and does NOT require a MySQL install. It can be a low-end machine and can be carrying out other tasks.

Read more...
A collection of "Migrating to MySQL"
Contributed by Joe   
Monday, 19 June 2006
A Test Drive of the MySQL Migration Suite

by Gregory L. Magnusson

Got data in a proprietary database such as Microsoft SQL Server or Oracle 9i? The MySQL Migration Suite can help you move it to the MySQL open source database. Find out what's involved in the migration and how well the suite facilitates the transition.

Last Updated ( Monday, 19 June 2006 )
Read more...
mysql performance tutorial( MaxDB performance tuning primer)
Contributed by Joe   
Monday, 19 June 2006
Introduction (mysql performance tutorial( MaxDB performance tuning primer))


A history of more than three decades has made MaxDB by MySQL a very mature database with a rich tool set for performance monitoring and analysis. Aside from an activity overview screen and the EXPLAIN SQL statement a SQL logger sophisticated monitoring tools are shipped with MaxDB for free. In a small series of articles we'll try to put light on the miracle of performance tuning. Advanced readers will be disappointed by the first introductionary article: skip it and come back at the second article.

Read more...
Secure MySQL Database Design
Contributed by Joe   
Monday, 19 June 2006

Abstract

When it comes to installing software, secure design is often the last consideration. The first goal is usually just to get it to work. This is particularly true of databases. Databases are commonly referred to the keys to the kingdom: meaning that once they are compromised, all the valuable data that is stored there could fall into the hands of the attacker. With this in mind, this article will discuss various methods to secure databases, specifically one of the most popular freeware databases in use today, MySQL.

Read more...
<< Start < Previous 11 12 13 14 15 16 17 18 Next > End >>

Results 101 - 110 of 179

  home              contact us

 

©2006-2012 DeveloperZone.biz   All rights reserved     powered by Mambo Designed by Siteground