Python / Apache / MySQL

bruno at modulix onurb at xiludom.gro
Tue Feb 14 05:19:11 EST 2006


Kalle Anke wrote:
> On Tue, 14 Feb 2006 10:32:34 +0100, Sybren Stuvel wrote
> (in article <slrndv38ti.7rh.sybrenUSE at schuimige.unrealtower.org>):
> 
> 
>>I second Bruno: swap MySQL in favour of PostgreSQL.
> 
> 
> And the reason is ?? (apart from PostgreSQL being larger and more complete, 
> what are the differences for "simple" usage?)

The reason is mostly that either you need a real, full-blown, rock-solid
 RDBMS - which MySQL is definitively not - or you dont - in which case
SQLite is probably a much more lightweight and agile solution.

My 2 cents
-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list