Author: webgeek
-
Slacking over the Holidays
Written by
on
So December was an interesting month for me, with a few changes in my personal career and the holidays. I take a week off. Which of course lead me spending…
-
Connecting PHP to An Oracle Instance on RedHat or CentOS 5
Written by
on
Here lately it seems that everyone wants to connect to Oracle, but I have to admit this was the first time someone asked me to get PHP to talk to…
-
Quick Start To Using MongoDB with Python on Linux
Written by
on
With it’s rapid growth in popularity MongoDB is quickly becoming one of the top NoSQL Databases out there and with Python being one of the top ten programming languages according…
-
Connecting Python to Oracle.
Written by
on
In the current world of heterogeneous networks it seems that you need to be able to connect to ever type of database system out there. In a recent project, I…
-
Why You Should Looking at Python.
Written by
on
Python is an interpreted, interactive, object-oriented programming language. Python includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python has also been one of the top…
-
Calculating The Percentage of Max Connections in with MySQL 5.1.9 and higher
Written by
on
For longest time it had bugged me that there wasn’t an easy way to put “SHOW STATUS”, “SHOW VARIABLES”, or “SHOW PROCESSLIST” variables into queries, so I could easily calculate…
-
MySQL Functions for Converting IP Address to an Integer and Back Again
Written by
on
So after my MySQL server-id idea. I was asked to come up with a function to Convert IP Address. So here it is. use test; DROP FUNCTION IF EXISTS IpToInteger;…
-
Amazon Cloud Sends in the MySQL Clones
Written by
on
Amazon is making it easier, and cheaper, to roll out copies of MySQL for very large websites across its cloud. On Tuesday, the company announced an update to its Amazon…
-
Coming up with a unique MySQL server-id
Written by
on
The server-id, is used in replication to give each master and slave a unique identity. For each server participating in replication, you should pick a positive integer in the range…
-
Slacking off
Written by
on
Well I haven’t really wrote anything in the last couple of months even though, I have had plenty to write about. I went to OSCON 2010 in July and had…