Logo Background RSS

» Databases

  • SQL Relay
    By vinu on February 27th, 2006 | No Comments Comments
    Here’s something interesting I came across today at Justin Silverton’s blog- SQL Relay. SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay ...
  • Quick Lookup
    By vinu on February 26th, 2006 | No Comments Comments
    Another cool site which allows you to look up syntax in PHP, MySQL, Javascript and CSS. Link: Quick Lookup [tags]reference, lookup, syntax, PHP, MySQL, Javascript, CSS[/tags] Bookmark and share: ...
  • Setting up replication on MySQL
    By vinu on February 7th, 2006 | No Comments Comments
    Here’s another easy to follow tutorial on setting up replication for MySQL databases. “This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy o...
  • Optimizing and Tuning Your MySQL Database
    By vinu on December 28th, 2005 | No Comments Comments
    Here’s a two good articles on optimizing and tuning MySQL databases, tables and queries. “Even the most well-designed database, functioning on its own or as part of an application, needs to be maintained. T...
  • A few XML & PHP Tutorials
    By vinu on December 22nd, 2005 | 10 Comments10 Comments Comments
    Here are a few XML parsing tutorials from kirupa.com. Kirupa.com is a cool place to check out tutorials on Flash and PHP. ” If you are looking at this tutorial then you probably have a good idea in your head about ...
  • ONLamp.com: Live Backups of MySQL Using Replication
    By vinu on December 16th, 2005 | No Comments Comments
    Here’s a good one for MySQL Database programmers and Administrators. A quick howto on backing up a live database in MySQL through replication. One of the difficulties with a large and active MySQL database is makin...
  • TurboDbAdmin
    By vinu on December 16th, 2005 | 1 Comment1 Comment Comments
    If you’re looking for an Ajax enabled version of phpMyAdmin, look no further! TurboDBAdmin is an Ajax enabled database administration tool, which provides most of the features which phpMyAdmin provides. TurboDbAdm...
  • SQL Injection Attacks by Example
    By vinu on December 15th, 2005 | No Comments Comments
    This is something which every web programmer should be aware of. SQL Injection is born due to poor input filtering done by a developer. A hacker can probe around your code and try to get SQL scripts running on your serve...
  • Setting up MySQL Clusters
    By vinu on December 15th, 2005 | No Comments Comments
    I came across this article while looking for material on clustering MySQL servers. We needed to setup the production servers for the company to make it fault tolerant. This article gave me a good start on the task: This ...

Advertisement